From 915cf1658cc93a045ea3049ffc3f9fd330dec297 Mon Sep 17 00:00:00 2001 From: irotech Date: Thu, 12 Oct 2023 12:16:56 +0100 Subject: [PATCH] =?UTF-8?q?Update=20sonar=20java=20version=20(11=20?= =?UTF-8?q?=E2=86=92=2017)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sonar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 226a5e86a..282b7e106 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,13 +15,13 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - name: Set up Java 11 + - name: Set up Java 17 uses: actions/setup-java@v1 with: - java-version: 11 + 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 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}