We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63904d7 + a97dfd0 commit a6d8e4cCopy full SHA for a6d8e4c
1 file changed
.github/workflows/pyci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
make test-coverage
27
- name: SonarQubeScan
28
- uses: SonarSource/sonarqube-scan-action@v6
+ uses: SonarSource/sonarqube-scan-action@v7
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
with:
0 commit comments