Skip to content

Commit e5339a0

Browse files
committed
Upgrade SonarCloud workflow to use JDK 21
1 parent 45fdc93 commit e5339a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v2
42-
- name: Set up JDK 17
42+
- name: Set up JDK 21 (for Sonar scanning)
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: '17'
45+
java-version: '21'
4646
distribution: 'zulu'
4747
cache: 'maven'
4848
- name: Jacoco Report and SonarCloud Analysis

0 commit comments

Comments
 (0)