We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 370c80e + 61ab8a9 commit 5a89a45Copy full SHA for 5a89a45
.github/workflows/sonarcloud.yml
@@ -16,11 +16,11 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- - name: Set up JDK 19
+ - name: Set up JDK 20
20
uses: actions/setup-java@v3
21
22
- java-version: 19
23
- distribution: zulu # Alternative distribution options are available
+ java-version: 20
+ distribution: temurin # Alternative distribution options are available
24
- name: Cache SonarCloud packages
25
uses: actions/cache@v3
26
0 commit comments