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
Notes:
sideshowbarker
2024-07-18 03:25:35 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/0f76e6e1490 Pull-request: https://github.com/SerenityOS/serenity/pull/10221
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
Reference in a new issue