Skip to content

Commit 039cc2e

Browse files
committed
Pin down 3rd party GitHub action versions
As suggested by sonar scan’s security results
1 parent cf3f696 commit 039cc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: SonarCloud Scan
25-
uses: SonarSource/sonarqube-scan-action@v5.3.1
25+
uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969
exit 1
7070
7171
- name: Cypress run
72-
uses: cypress-io/github-action@v6
72+
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c
7373
with:
7474
record: false
7575
parallel: false

0 commit comments

Comments
 (0)