Skip to content

Commit 91eed76

Browse files
authored
SCSCANGHA-39 Redirect to the SonarQube Scan Action v5.0.0
1 parent f170077 commit 91eed76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ inputs:
1515
scannerVersion:
1616
description: Version of the Sonar Scanner CLI to use
1717
required: false
18-
default: 6.2.1.4610
18+
# to be kept in sync with the default version in the sonarqube-scan-action
19+
default: 7.0.2.4839
1920
scannerBinariesUrl:
2021
description: URL to download the Sonar Scanner CLI binaries from
2122
required: false
@@ -28,7 +29,7 @@ runs:
2829
run: |
2930
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."
3031
- name: SonarQube Cloud Scan
31-
uses: SonarSource/sonarqube-scan-action@v4.1.0
32+
uses: SonarSource/sonarqube-scan-action@v5.0.0
3233
with:
3334
args: ${{ inputs.args }}
3435
projectBaseDir: ${{ inputs.projectBaseDir }}

0 commit comments

Comments
 (0)