Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 24443f4

Browse files
SonarCloud
1 parent 11a261d commit 24443f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sonarquest-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@v1
2020
with:
21-
java-version: 11
21+
java-version: 17
2222
- name: Cache Maven packages
2323
uses: actions/cache@v2
2424
with:
@@ -69,6 +69,10 @@ jobs:
6969
uses: actions/checkout@v4
7070
with:
7171
fetch-depth: 0
72+
- name: Set up JDK
73+
uses: actions/setup-java@v1
74+
with:
75+
java-version: 17
7276
- name: Build and analyze
7377
env:
7478
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)