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 b0129bd commit fa3f2c7Copy full SHA for fa3f2c7
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@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
+ uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8
105
env:
106
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments