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.
2 parents fa45918 + 64fb182 commit e2a624fCopy full SHA for e2a624f
.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@v5.3.1
+ uses: SonarSource/sonarqube-scan-action@v6.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