1
0
Fork 0
mirror of synced 2026-06-05 17:55:14 +00:00

SCSCANGHA-39 Redirect to the SonarQube Scan Action v5.0.0

This commit is contained in:
Julien HENRY 2025-02-27 09:28:32 +01:00 committed by GitHub
commit 91eed767a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,8 @@ inputs:
scannerVersion: scannerVersion:
description: Version of the Sonar Scanner CLI to use description: Version of the Sonar Scanner CLI to use
required: false required: false
default: 6.2.1.4610 # to be kept in sync with the default version in the sonarqube-scan-action
default: 7.0.2.4839
scannerBinariesUrl: scannerBinariesUrl:
description: URL to download the Sonar Scanner CLI binaries from description: URL to download the Sonar Scanner CLI binaries from
required: false required: false
@ -28,7 +29,7 @@ runs:
run: | run: |
echo "::warning title=SonarScanner::This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action." echo "::warning title=SonarScanner::This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action."
- name: SonarQube Cloud Scan - name: SonarQube Cloud Scan
uses: SonarSource/sonarqube-scan-action@v4.1.0 uses: SonarSource/sonarqube-scan-action@v5.0.0
with: with:
args: ${{ inputs.args }} args: ${{ inputs.args }}
projectBaseDir: ${{ inputs.projectBaseDir }} projectBaseDir: ${{ inputs.projectBaseDir }}