Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbf2a75

Browse files
authored
chore: fix checkout (#1614)
* chore: checkout Signed-off-by: Todd Baert <[email protected]> * Update pullrequest.yml Signed-off-by: Todd Baert <[email protected]> * Update release.yml Signed-off-by: Todd Baert <[email protected]> --------- Signed-off-by: Todd Baert <[email protected]>
1 parent fa23e96 commit fbf2a75

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
25+
with:
26+
fetch-depth: 0
27+
submodules: recursive
2528
- name: Set up JDK 17
2629
uses: actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0
2730
with:

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: Check out the code
2222
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
23+
with:
24+
fetch-depth: 0
25+
submodules: recursive
2326

2427
- name: Set up JDK ${{ matrix.build.java }}
2528
uses: actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
steps:
3939
- name: Checkout Repository
4040
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
41+
with:
42+
fetch-depth: 0
43+
submodules: recursive
4144

4245
- name: Set up JDK 17
4346
uses: actions/setup-java@ead9eaa3cfe0b0fc2fa749519ae09c3d4f4080b0

0 commit comments

Comments
 (0)