Bump sonar-scanner-cli to 5.0.1.3006 (#7317)

* Bump sonar-scanner-cli to 5.0.1.3006

* Update ChangeLog
This commit is contained in:
Nick Bolton 2024-01-09 11:46:01 +00:00 committed by GitHub
parent e4044d2bfc
commit 4c1d5daa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
container: symless/synergy-core:debian10
env:
SONAR_SCANNER_VERSION: 4.4.0.2170
SONAR_SCANNER_VERSION: 5.0.1.3006
SONAR_SCANNER_OPTS: -server
steps:
@ -33,7 +33,7 @@ jobs:
- name: Installing Sonar Scanner
run: |
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-4.4.0.2170-linux
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/

View File

@ -16,6 +16,7 @@ CI changes:
- #7283 Update all workflows and fix broken macOS workflows
- #7313 Fix CodeQL workflow: Failed to perl 404 Not Found
- #7317 Bump sonar-scanner-cli to 5.0.1.3006
# 1.14.6