Skip to content

Commit efc09da

Browse files
committed
Sonar no longer runs on JDK11, updated JDK to 17 for Sonar build
1 parent 101ef8b commit efc09da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonar-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
- name: Setup JDK 11
20-
uses: actions/setup-java@v3
19+
- name: Setup JDK
20+
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'adopt'
23-
java-version: 11
23+
java-version: 17
2424
- name: Build and Test
2525
run: |
2626
mvn -B clean package

0 commit comments

Comments
 (0)