Update sonarcloud.yaml

This commit is contained in:
Oliver 2023-04-15 09:55:36 +02:00 committed by GitHub
parent 15e0886521
commit a3ccb2d98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: