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 cf3f696 commit 039cc2eCopy full SHA for 039cc2e
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
- name: SonarCloud Scan
25
- uses: SonarSource/sonarqube-scan-action@v5.3.1
+ uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
69
exit 1
70
71
- name: Cypress run
72
- uses: cypress-io/github-action@v6
+ uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c
73
74
record: false
75
parallel: false
0 commit comments