Skip to content

Commit 1697b9b

Browse files
improve sonarcloud analysis
1 parent 419d56b commit 1697b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
sha256: ${{ steps.checksums.outputs.sha256 }}
1919
steps:
2020
- uses: actions/checkout@v5
21+
with:
22+
fetch-depth: 0 # deep fetch for better sonarcloud analysis
2123
- uses: actions/setup-java@v5
2224
with:
2325
distribution: 'temurin'

0 commit comments

Comments
 (0)