From 0b9e633482fcc49a14e54e6e7cdee46667135b1e Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Wed, 22 Sep 2021 23:11:05 -0700 Subject: Meta: Upgrade sonar scanner to latest 4.6.2.2475 release I didn't realize there was a new release, as it wasn't posted in the Sonar Cloud Documentatoin, but was tagged on the github project page. See: https://github.com/SonarSource/sonar-scanner-cli/releases --- .github/workflows/sonar-cloud-static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index e00580cbf9..25ecdc3fad 100644 --- a/.github/workflows/sonar-cloud-static-analysis.yml +++ b/.github/workflows/sonar-cloud-static-analysis.yml @@ -11,7 +11,7 @@ jobs: 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.1.2450 + SONAR_SCANNER_VERSION: 4.6.2.2475 SONAR_SERVER_URL: "https://sonarcloud.io" SONAR_ANALYSIS_ARCH: i686 steps: -- cgit v1.2.3