File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@v2
23
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
24
24
with :
25
25
egress-policy : audit
26
26
27
27
- name : Checkout repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Setup Node.js
31
- uses : actions/setup-node@v4
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
32
32
with :
33
33
registry-url : ' https://registry.npmjs.org'
34
34
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@v2
15
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
16
16
with :
17
17
egress-policy : audit
18
18
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
21
- name : Setup Node.js
22
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
23
with :
24
24
node-version : 20
25
25
registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments