We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ea35 commit 0f8feeaCopy full SHA for 0f8feea
2 files changed
.github/workflows/python-test-dev.yml
@@ -34,7 +34,7 @@ jobs:
34
verbose: true
35
token: ${{ secrets.CODECOV_TOKEN }}
36
- name: SonarQube Scan
37
- uses: SonarSource/sonarqube-scan-action@v6.0.0
+ uses: SonarSource/sonarqube-scan-action@v7.0.0
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/python-test-release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments