Skip to content

Commit 6b2c09b

Browse files
committed
fix: Update SonarCloud workflow to use non-deprecated action
- Replace SonarSource/sonarcloud-github-action@master with SonarSource/[email protected] - This resolves the deprecation warning in CI/CD pipeline
1 parent c004fe4 commit 6b2c09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pytest tests/ --cov=githubauthlib --cov-report=xml --cov-report=term-missing
3434
3535
- name: SonarCloud Scan
36-
uses: SonarSource/sonarcloud-github-action@master
36+
uses: SonarSource/sonarqube-scan-action@v5.0.0
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)