Skip to content

Commit 707a686

Browse files
committed
DX-516: Pin actions to SHA
1 parent f1d961f commit 707a686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: setup chrome
25-
uses: browser-actions/setup-chrome@latest
25+
uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # latest
2626
- uses: actions/cache@v4
2727
with:
2828
path: node_modules

0 commit comments

Comments
 (0)