From 6887635dea24f6b05fd9a793fbb5d078e9d81bd9 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Thu, 21 Dec 2023 15:03:06 +0100 Subject: [PATCH] Use Java 17 for sonarcloud --- .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 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