mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:07:34 +00:00
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:
parent
7c6f229ec0
commit
0f76e6e149
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue