From 0db5f62f5733eed123eb9492a5a1c95b0b279e55 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Wed, 17 Aug 2022 10:51:04 -0700 Subject: [PATCH] Meta: Upgrade to the lastest version of the SonarScanner CLI --- .github/workflows/sonar-cloud-static-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index e246057370..647b57bb33 100644 --- a/.github/workflows/sonar-cloud-static-analysis.yml +++ b/.github/workflows/sonar-cloud-static-analysis.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-22.04 if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' env: - # Latest scanner version is tracked on: https://sonarcloud.io/documentation/analysis/scan/sonarscanner/ - SONAR_SCANNER_VERSION: 4.6.2.2472 + # Latest scanner version is tracked on: https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarscanner-cli/ + SONAR_SCANNER_VERSION: 4.7.0.2747 SONAR_SERVER_URL: "https://sonarcloud.io" SONAR_ANALYSIS_ARCH: i686 steps: