From ed85fa4eec640b9643479b1d07372e5c73568728 Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Thu, 18 Jan 2024 11:04:28 +0000 Subject: [PATCH] Use java 17 on sonar --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e774f50..e8f8329 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # disable shallow clone - - 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