Skip to content

Commit 32f01ff

Browse files
committed
Unshallow CI git clone to improve Sonar support
1 parent d28a3b0 commit 32f01ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8+
with:
9+
fetch-depth: '0'
810
- name: Validate Gradle Wrapper
911
uses: gradle/wrapper-validation-action@v3
1012
- name: Set up JDK 17

0 commit comments

Comments
 (0)