File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
timeout-minutes : 10
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
19
- - uses : actions/setup-node@v4
18
+ - name : Harden Runner
19
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
20
+ with :
21
+ egress-policy : audit
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
20
24
with :
21
25
node-version : lts/*
22
26
- name : Install dependencies
25
29
run : npx playwright install --with-deps
26
30
- name : Run Playwright tests
27
31
run : npx playwright test
28
- - uses : actions/upload-artifact@v4
32
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
29
33
if : ${{ !cancelled() }}
30
34
with :
31
35
name : playwright-report
You can’t perform that action at this time.
0 commit comments