Update maven-ci.yml
This commit is contained in:
parent
1973d1bc63
commit
b80b9354c6
3
.github/workflows/maven-ci.yml
vendored
3
.github/workflows/maven-ci.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
# Disabling shallow clone for improving relevancy of SonarQube reporting
|
||||||
|
fetch-depth: 0
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user