From 8ba34502532722924984c10c25f6f62e1a8555cc Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 25 Feb 2025 10:31:37 +0100 Subject: [PATCH 1/3] SCSCANGHA-39 Redirect to the SonarQube Scan Action v5.0.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ea3284..10dc10d 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: 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." - name: SonarQube Cloud Scan - uses: SonarSource/sonarqube-scan-action@v4.1.0 + uses: SonarSource/sonarqube-scan-action@v5.0.0 with: args: ${{ inputs.args }} projectBaseDir: ${{ inputs.projectBaseDir }} From b6e9e03ee48163392532498c5ff4a4eb80a28916 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 26 Feb 2025 12:44:58 +0100 Subject: [PATCH 2/3] Update the Scanner CLI version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10dc10d..db392db 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: scannerVersion: description: Version of the Sonar Scanner CLI to use required: false - default: 6.2.1.4610 + default: 7.0.2.4839 scannerBinariesUrl: description: URL to download the Sonar Scanner CLI binaries from required: false From 255391f63949d28533e06c3041767f569703e6b8 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 26 Feb 2025 12:50:08 +0100 Subject: [PATCH 3/3] Add comment --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index db392db..eefd987 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,7 @@ inputs: scannerVersion: description: Version of the Sonar Scanner CLI to use required: false + # to be kept in sync with the default version in the sonarqube-scan-action default: 7.0.2.4839 scannerBinariesUrl: description: URL to download the Sonar Scanner CLI binaries from