We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a2dcf9 + 8471740 commit e7d70a0Copy full SHA for e7d70a0
.github/workflows/cypress.yml
@@ -107,7 +107,7 @@ jobs:
107
run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}'
108
109
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
110
- uses: cypress-io/github-action@e44ee0fa67251ab7e2d854d85b3a466577f47d14 # v7.1.3
+ uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
111
with:
112
record: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env]
113
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env]
0 commit comments