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 65f14fd commit fd80120Copy full SHA for fd80120
.github/workflows/pyci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
make test-coverage
27
- name: SonarQubeScan
28
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
with:
0 commit comments