Skip to content

Commit d648637

Browse files
authored
Merge pull request #655 from sir-gon/develop
[CONFIG] [Github Actions] sonarcloud deprecation replacement. https:/…
2 parents 864c127 + 3732914 commit d648637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-coverage.yml

+2-2
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)