From 159b10dc7bde48e121ed30331be64b03aac3ea1f Mon Sep 17 00:00:00 2001 From: Tobias Duswald Date: Thu, 16 Nov 2023 10:13:04 +0100 Subject: [PATCH] Update sonar to Java17 & v5.x --- .github/workflows/sonar-source.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-source.yml b/.github/workflows/sonar-source.yml index 661388029..b6cef6be4 100644 --- a/.github/workflows/sonar-source.yml +++ b/.github/workflows/sonar-source.yml @@ -15,7 +15,7 @@ jobs: name: Sonar Source Analysis runs-on: ubuntu-20.04 env: - SONAR_SCANNER_VERSION: 4.6.1.2450 # Find the latest version in the "Linux" link on this page: + SONAR_SCANNER_VERSION: 5.0.1.3006 # Find the latest version in the "Linux" link on this page: # https://sonarcloud.io/documentation/analysis/scan/sonarscanner/ SONAR_SERVER_URL: "https://sonarcloud.io" BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Install dependencies run: | sudo apt-get update