Skip to content

Commit b893e18

Browse files
committed
update java version sonar job
1 parent 00b8f5e commit b893e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- name: Set up JDK 17
21+
- name: Set up JDK 21
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 17
24+
java-version: 21
2525
distribution: "temurin"
2626
- name: Cache SonarQube packages
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)