Skip to content

Commit d7c46c0

Browse files
Merge pull request #3 from Optiways/chore/bump
Bump(CI): Update Sonarcloud github action
2 parents 56b00a4 + 8e9c57b commit d7c46c0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!WARNING]
44
> This action is deprecated and will be removed in a future release.
55
> Please use the `sonarqube-scan-action` action instead.
6-
> The `sonarqube-scan-action` is a drop-in replacement for this action.
6+
> The `sonarqube-scan-action` is a drop-in replacement for this action, you can find it [here](https://github.com/marketplace/actions/official-sonarqube-scan).
77
88
This SonarSource project, available as a GitHub Action, scans your projects with SonarQube [Cloud](https://www.sonarsource.com/products/sonarcloud/).
99

action.yml

Lines changed: 3 additions & 2 deletions
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)