Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f241dea

Browse files
authored
Specify hashes for github actions (#10633)
1 parent 6bf1815 commit f241dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Run 4 instances in Parallel
9898
runner: [1, 2, 3, 4]
9999
steps:
100-
- uses: browser-actions/setup-chrome@latest
100+
- uses: browser-actions/setup-chrome@c485fa3bab6be59dce18dbc18ef6ab7cbc8ff5f1
101101
- run: echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
102102

103103
- uses: tecolicom/actions-use-apt-tools@ceaf289fdbc6169fd2406a0f0365a584ffba003b # v1
@@ -125,7 +125,7 @@ jobs:
125125
path: webapp
126126

127127
- name: Run Cypress tests
128-
uses: cypress-io/github-action@v5.6.1
128+
uses: cypress-io/github-action@a29a621b736c9a8547ba0236cc9cee1e49725bd5
129129
with:
130130
# The built-in Electron runner seems to grind to a halt trying
131131
# to run the tests, so use chrome.

0 commit comments

Comments
 (0)