Skip to content

Commit a262362

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] sonarcloud deprecation replacement. https://github.com/SonarSource/sonarqube-scan-action
Warning 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.
1 parent 864c127 commit a262362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
run: |
6262
python3 -m coverage xml
6363
64-
- name: SonarCloud Scan
65-
uses: SonarSource/sonarcloud-github-action@master
64+
- name: Analyze with SonarQube / SonarCloud
65+
uses: SonarSource/sonarqube-scan-action@master
6666
env:
6767
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6868
# Needed to get PR information, if any

0 commit comments

Comments
 (0)