Skip to content

Commit 571a1b5

Browse files
committed
try fi sonarcloud version
1 parent 2892550 commit 571a1b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
name: Build
1111
runs-on: windows-latest
1212
steps:
13-
- name: Set up JDK 11
14-
uses: actions/setup-java@v1
13+
- name: Set up JDK
14+
uses: actions/setup-java@v4
1515
with:
16-
java-version: 1.11
17-
- uses: actions/checkout@v2
16+
java-version: '21'
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2020
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)