Skip to content

Commit

Permalink
VUU-52: Add comment to explain full SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Oct 9, 2023
1 parent 79e4037 commit a222e4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- run: cd ./vuu-ui && npm run test:vite

cypress-e2e:
# As a third party action, cypress-io is pinned to a full length commit SHA for security purposes.
# This is also a requirement for the semgrep (static code analysis) scan to pass.
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit a222e4d

Please sign in to comment.