Skip to content

Commit 6123d97

Browse files
fix(security): autofix 3rd party Github Actions should be pinned (#180)
Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com> Co-authored-by: Ed Harrod <echarrod@users.noreply.github.com>
1 parent 6f49adc commit 6123d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2727
if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != ''
28-
uses: SonarSource/sonarqube-scan-action@v6.0.0
28+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0

0 commit comments

Comments
 (0)