From f4ee2b835f2df16ee3ed6bf7cd47f375f3d41cc0 Mon Sep 17 00:00:00 2001 From: irotech Date: Mon, 11 Mar 2024 11:34:42 +0000 Subject: [PATCH] =?UTF-8?q?fixup!=20Bump=20Git=20actions/setup-java=20vers?= =?UTF-8?q?ion=20(1=20=E2=86=92=204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c52e873b..fe02d37c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,11 +15,11 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - name: Set up Java 21 + - name: Set up Java 17 uses: actions/setup-java@v4 with: distribution: 'zulu' - java-version: 21 + java-version: 17 architecture: x64 - name: Scan SDK run: mvn -B clean install sonar:sonar -Ddependency-check.skip=true -Dgpg.skip=true -Dfindbugs.skip=true