Skip to content

Commit 015a963

Browse files
committed
Update checkout action
1 parent 3d415a5 commit 015a963

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
name: Java ${{ matrix.java }}/${{ matrix.arch }}/${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v1
29+
- name: Checkout
30+
uses: actions/checkout@v2
31+
with:
32+
# for Sonar
33+
fetch-depth: 0
3034

3135
- name: Cache Maven dependencies
3236
uses: actions/cache@v1

0 commit comments

Comments
 (0)