Skip to content

Commit 5a5e282

Browse files
committed
add recursive sumbodule checkout
1 parent 469d960 commit 5a5e282

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
# don't checkout a detatched HEAD
2525
ref: ${{ github.head_ref }}
2626
token: ${{ steps.app-token.outputs.token }}
27+
submodules: recursive
2728

2829
# this is important so git log can pick up on
2930
# the whole history to generate the list of AUTHORS

.github/workflows/check-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757
with:
5858
fetch-depth: 0
59+
submodules: recursive
5960

6061
- name: Setup Node.js
6162
uses: actions/setup-node@v4

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
33+
with:
34+
submodules: recursive
3335

3436
- name: Initialize CodeQL
3537
uses: github/codeql-action/init@v3

.github/workflows/update-cidrs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
# don't checkout a detatched HEAD
2626
ref: ${{ github.head_ref }}
2727
token: ${{ steps.app-token.outputs.token }}
28+
submodules: recursive
2829

2930
- uses: actions/setup-node@v4
3031
with:

0 commit comments

Comments
 (0)