Skip to content

Commit f842796

Browse files
committed
CI: disabled shallow clone in sonar analysis job
1 parent 5e0ca56 commit f842796

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
@@ -193,6 +193,8 @@ jobs:
193193

194194
steps:
195195
- uses: actions/checkout@v2
196+
with:
197+
fetch-depth: 0
196198
- name: Set up JDK
197199
uses: actions/setup-java@v2
198200
with:

0 commit comments

Comments
 (0)