mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
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
This commit is contained in:
parent
37b5baf9ff
commit
0b9e633482
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'
|
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
# Latest scanner version is tracked on: https://sonarcloud.io/documentation/analysis/scan/sonarscanner/
|
# 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_SERVER_URL: "https://sonarcloud.io"
|
||||||
SONAR_ANALYSIS_ARCH: i686
|
SONAR_ANALYSIS_ARCH: i686
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue