We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a50949 commit c1511b5Copy full SHA for c1511b5
1 file changed
.github/workflows/sonar-java.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 17
+ - name: Set up JDK 21
20
uses: actions/setup-java@v4
21
22
- java-version: 17
+ java-version: 21
23
distribution: 'zulu' # Alternative distribution options are available.
24
- name: Cache SonarCloud packages
25
uses: actions/cache@v3
0 commit comments