From 1e1b16bb0745ff40fa46dec713a517208e6f70af Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Sat, 9 Dec 2023 15:16:17 +0100 Subject: [PATCH] Update sonarcloud config to java 17 --- .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 a3f41e8..dad2b52 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