From 0e3c218e76aadea0abafd1f07393df1b2a7c3868 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 21 Nov 2024 17:39:31 +0000 Subject: [PATCH] Switch out java versions Signed-off-by: Peter Nied --- .github/workflows/sonar-qube.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-qube.yml b/.github/workflows/sonar-qube.yml index 219f2c029..41c9137b3 100644 --- a/.github/workflows/sonar-qube.yml +++ b/.github/workflows/sonar-qube.yml @@ -26,9 +26,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'corretto' java-version: | - 21 + 11 - name: Cache SonarQube Scanner uses: actions/cache@v3 with: