We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e242f8d commit 1191711Copy full SHA for 1191711
1 file changed
.github/workflows/tests.yaml
@@ -93,7 +93,7 @@ jobs:
93
- name: SonarQube Cloud Scan
94
if: env.HAS_SONAR_TOKEN == 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork)
95
# yamllint disable-line rule:line-length
96
- uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2
+ uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0
97
env:
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments