We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c7fd2 commit 2df9d5dCopy full SHA for 2df9d5d
.github/workflows/sonarqube.yml
@@ -26,10 +26,10 @@ jobs:
26
repository: liblogicalaccess/cppkcs11
27
path: cppkcs
28
29
- - name: Set up JDK 11
+ - name: Set up JDK 17
30
uses: actions/setup-java@v1
31
with:
32
- java-version: 11
+ java-version: 17
33
- name: Download and set up sonar-scanner
34
env:
35
SONAR_SCANNER_DOWNLOAD_URL: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
0 commit comments