File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
NPM_TAG : ' next'
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
release :
15
18
runs-on : macos-latest
16
19
17
20
steps :
21
+
22
+ - name : Harden the runner (Audit all outbound calls)
23
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24
+ with :
25
+ egress-policy : audit
26
+
18
27
- uses : actions/checkout@v2
19
28
20
29
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -14,11 +14,20 @@ defaults:
14
14
env :
15
15
NPM_TAG : ' next'
16
16
17
+ permissions :
18
+ contents : read
19
+
17
20
jobs :
18
21
release :
19
22
runs-on : ubuntu-latest
20
23
21
24
steps :
25
+
26
+ - name : Harden the runner (Audit all outbound calls)
27
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
28
+ with :
29
+ egress-policy : audit
30
+
22
31
- uses : actions/checkout@v2
23
32
24
33
- name : Setup
You can’t perform that action at this time.
0 commit comments