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 13880b4 commit 0ff29d2Copy full SHA for 0ff29d2
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: SonarCloud Scan
50
if: matrix.python == '3.9'
51
- uses: SonarSource/sonarqube-scan-action@v5.1.0
+ uses: SonarSource/sonarqube-scan-action@v6.0.0
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments