Merge pull request #1511 from ohbus/master
Configure build to disable shallow clone
This commit is contained in:
commit
9ff42389c6
3
.github/workflows/maven-ci.yml
vendored
3
.github/workflows/maven-ci.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Disabling shallow clone for improving relevancy of SonarQube reporting
|
||||
fetch-depth: 0
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user