diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-09-22 23:11:05 -0700 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-09-23 20:37:37 +0000 |
commit | 0b9e633482fcc49a14e54e6e7cdee46667135b1e (patch) | |
tree | fae7dfa4f7b806f55d3911657044ddb732163aa9 | |
parent | 37b5baf9ffe136157c0e24ffbea35667c07ada32 (diff) | |
download | serenity-0b9e633482fcc49a14e54e6e7cdee46667135b1e.zip |
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
-rw-r--r-- | .github/workflows/sonar-cloud-static-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonar-cloud-static-analysis.yml b/.github/workflows/sonar-cloud-static-analysis.yml index e00580cbf9..25ecdc3fad 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.1.2450 + SONAR_SCANNER_VERSION: 4.6.2.2475 SONAR_SERVER_URL: "https://sonarcloud.io" SONAR_ANALYSIS_ARCH: i686 steps: |