diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index cf7e78ce..49117cbe 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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