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 509f38f commit 4c64071Copy full SHA for 4c64071
.github/workflows/python-coverage.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: SonarQube Scan
104
# yamllint disable-line rule:line-length
105
- uses: SonarSource/sonarqube-scan-action@5ffbad44543237d1b339a5ed57a774432e19f3e4
+ uses: SonarSource/sonarqube-scan-action@ba6563cca79df854af1350ec3dc5881313ec2d3c
106
env:
107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments