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.
1 parent ce1ee1f commit 1f52688Copy full SHA for 1f52688
.github/workflows/sonarcloud.yml
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- - name: Set up JDK 20
+ - name: Set up JDK
20
uses: actions/setup-java@v4
21
22
- java-version: 20
+ java-version: 21
23
distribution: temurin # Alternative distribution options are available
24
- name: Cache SonarCloud packages
25
uses: actions/cache@v4
0 commit comments