Skip to content

Commit 2df9d5d

Browse files
committed
Update jdk version for sonarqube build
1 parent 86c7fd2 commit 2df9d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
repository: liblogicalaccess/cppkcs11
2727
path: cppkcs
2828

29-
- name: Set up JDK 11
29+
- name: Set up JDK 17
3030
uses: actions/setup-java@v1
3131
with:
32-
java-version: 11
32+
java-version: 17
3333
- name: Download and set up sonar-scanner
3434
env:
3535
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip

0 commit comments

Comments
 (0)