Skip to content

Commit

Permalink
Replace deprecated SonarSource/sonarcloud-github-action with SonarSou…
Browse files Browse the repository at this point in the history
…rce/sonarqube-scan-action

Replaces [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) 3.1.0 with
  [SonarSource/sonarcloud-scan-action](https://github.com/sonarsource/sonarqube-scan-action) 4.1.0.

The new action merges support for SonarSource's Cloud and On-premis
offerings. The old action is deprecated in favor of this one.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stevedlawrence committed Jan 3, 2025
1 parent 861df2a commit c005c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Run SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}
uses: SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit c005c87

Please sign in to comment.