We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1973d1b commit b80b935Copy full SHA for b80b935
1 file changed
.github/workflows/maven-ci.yml
@@ -37,6 +37,9 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v2
40
+ with:
41
+ # Disabling shallow clone for improving relevancy of SonarQube reporting
42
+ fetch-depth: 0
43
- name: Set up JDK 11
44
uses: actions/setup-java@v1
45
with:
0 commit comments