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.
This commit is contained in:
Brian Gianforcaro 2021-09-26 14:26:45 -07:00 committed by Brian Gianforcaro
parent 7c6f229ec0
commit 0f76e6e149
Notes: sideshowbarker 2024-07-18 03:25:35 +09:00

View file

@ -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: