File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,18 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
+ - name : Harden the runner (Audit all outbound calls)
22
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23
+ with :
24
+ egress-policy : audit
25
+
21
26
- name : Checkout code
22
- uses : actions/checkout@v4
27
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
28
with :
24
29
fetch-depth : 0 # Need full history to detect changed files
25
30
26
31
- name : Setup Node.js
27
- uses : actions/setup-node@v4
32
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
28
33
with :
29
34
node-version : ' 18'
30
35
cache : ' npm'
36
41
37
42
- name : Get changed files
38
43
id : changed-files
39
- uses : tj-actions/changed-files@v44
44
+ uses : tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44.0.0
40
45
with :
41
46
files : |
42
47
mainnet/**
52
57
53
58
- name : Comment PR on validation failure
54
59
if : failure() && github.event_name == 'pull_request'
55
- uses : actions/github-script@v7
60
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
56
61
with :
57
62
script : |
58
63
github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments