Skip to content

Commit ee5710f

Browse files
committed
CI: disabled shallow clone in sonar analysis job
1 parent 480da76 commit ee5710f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150

151151
steps:
152152
- uses: actions/checkout@v2
153+
with:
154+
fetch-depth: 0
153155
- name: Set up JDK
154156
uses: actions/setup-java@v2
155157
with:

0 commit comments

Comments
 (0)