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 0d9354d commit 086e00eCopy full SHA for 086e00e
1 file changed
.github/workflows/test.yml
@@ -101,6 +101,6 @@ jobs:
101
102
- name: sonarqube-scan
103
if: matrix.python-version == inputs.target_python_version && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
104
- uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0.0
+ uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
105
env:
106
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments