Skip to content

Commit b80b935

Browse files
authored
Update maven-ci.yml
1 parent 1973d1b commit b80b935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v2
40+
with:
41+
# Disabling shallow clone for improving relevancy of SonarQube reporting
42+
fetch-depth: 0
4043
- name: Set up JDK 11
4144
uses: actions/setup-java@v1
4245
with:

0 commit comments

Comments
 (0)