We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4973b5d commit bfd6410Copy full SHA for bfd6410
.github/workflows/test.yml
@@ -36,10 +36,9 @@ jobs:
36
run: sed -i 's/\/home\/runner\/work\/coding-katas-python\/coding-katas-python\//\/github\/workspace\//g' coverage-reports/coverage.xml
37
38
- name: SonarCloud Scan
39
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v6
40
with:
41
args: >
42
-Dsonar.projectVersion=${{ github.sha }}
43
env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments