File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 21
21
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
22
22
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
23
23
steps :
24
+ - name : Harden the runner (Audit all outbound calls)
25
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26
+ with :
27
+ egress-policy : audit
28
+
24
29
- uses : actions/checkout@v3
25
30
with :
26
31
fetch-depth : 0
88
93
runs-on : macos-13
89
94
needs : build
90
95
steps :
96
+ - name : Harden the runner (Audit all outbound calls)
97
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
98
+ with :
99
+ egress-policy : audit
100
+
91
101
- uses : actions/checkout@v3
92
102
with :
93
103
submodules : true
@@ -142,6 +152,11 @@ jobs:
142
152
NPM_VERSION : ${{needs.build.outputs.npm_version}}
143
153
NPM_TAG : ${{needs.build.outputs.npm_tag}}
144
154
steps :
155
+ - name : Harden the runner (Audit all outbound calls)
156
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
157
+ with :
158
+ egress-policy : audit
159
+
145
160
- uses : actions/setup-node@v3
146
161
with :
147
162
node-version : 22
@@ -168,6 +183,11 @@ jobs:
168
183
env :
169
184
NPM_VERSION : ${{needs.build.outputs.npm_version}}
170
185
steps :
186
+ - name : Harden the runner (Audit all outbound calls)
187
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
188
+ with :
189
+ egress-policy : audit
190
+
171
191
- uses : actions/checkout@v3
172
192
with :
173
193
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments