We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aef1a commit d8e37bbCopy full SHA for d8e37bb
1 file changed
.github/workflows/tests.yaml
@@ -101,7 +101,7 @@ jobs:
101
- name: SonarQube Cloud Scan
102
if: env.HAS_SONAR_TOKEN == 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork)
103
# yamllint disable-line rule:line-length
104
- uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2
+ uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
105
env:
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments