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 036c09e commit 439cd18Copy full SHA for 439cd18
.github/workflows/build.yml
@@ -13,10 +13,10 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name: Set up JDK 17
+ - name: Set up JDK 21
17
uses: actions/setup-java@v4
18
19
- java-version: 17
+ java-version: 21
20
distribution: 'zulu' # Alternative distribution options are available.
21
- name: Cache SonarQube packages
22
uses: actions/cache@v4
0 commit comments