Update sonarcloud.yaml
This commit is contained in:
parent
15e0886521
commit
a3ccb2d98e
3
.github/workflows/sonarcloud.yaml
vendored
3
.github/workflows/sonarcloud.yaml
vendored
@ -14,9 +14,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: 'temurin'
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user