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 2892550 commit 571a1b5Copy full SHA for 571a1b5
.github/workflows/sonarcloud.yml
@@ -10,11 +10,11 @@ jobs:
10
name: Build
11
runs-on: windows-latest
12
steps:
13
- - name: Set up JDK 11
14
- uses: actions/setup-java@v1
+ - name: Set up JDK
+ uses: actions/setup-java@v4
15
with:
16
- java-version: 1.11
17
- - uses: actions/checkout@v2
+ java-version: '21'
+ - uses: actions/checkout@v4
18
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
- name: Cache SonarCloud packages
0 commit comments