Update sonarcloud config to java 17

This commit is contained in:
GeorgH93 2023-12-09 15:16:17 +01:00
parent 26abcf31e4
commit 1e1b16bb07
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: temurin
- name: Cache SonarCloud packages
uses: actions/cache@v3