We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4a94 commit 786787eCopy full SHA for 786787e
.github/workflows/test.yml
@@ -39,7 +39,6 @@ jobs:
39
40
- name: SonarCloud Scan
41
if: matrix.python-version == '3.12' # Only run once, on the latest Python version
42
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v4
43
env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments