From 0f76e6e149042cb5f8159eca6193669f95ff8b12 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sun, 26 Sep 2021 14:26:45 -0700 Subject: [PATCH] Meta: Fix typo in release sonar-scanner version The version is 4.6.2.2472, I had a typo when I committed the previous change to update the version. --- .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 25ecdc3fad..2dd08d26e4 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.2.2475 + SONAR_SCANNER_VERSION: 4.6.2.2472 SONAR_SERVER_URL: "https://sonarcloud.io" SONAR_ANALYSIS_ARCH: i686 steps: