File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 17
17
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
18
18
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
19
19
steps :
20
+ - name : Harden the runner (Audit all outbound calls)
21
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22
+ with :
23
+ egress-policy : audit
20
24
- uses : maxim-lobanov/setup-xcode@v1
21
25
with :
22
26
xcode-version : ${{env.XCODE_VERSION}}
75
79
runs-on : macos-14
76
80
needs : build
77
81
steps :
82
+ - name : Harden the runner (Audit all outbound calls)
83
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
84
+ with :
85
+ egress-policy : audit
78
86
- uses : maxim-lobanov/setup-xcode@v1
79
87
with :
80
88
xcode-version : ${{env.XCODE_VERSION}}
@@ -138,6 +146,10 @@ jobs:
138
146
NPM_VERSION : ${{needs.build.outputs.npm_version}}
139
147
NPM_TAG : ${{needs.build.outputs.npm_tag}}
140
148
steps :
149
+ - name : Harden the runner (Audit all outbound calls)
150
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
151
+ with :
152
+ egress-policy : audit
141
153
- uses : actions/setup-node@v3
142
154
with :
143
155
node-version : 20
@@ -164,6 +176,10 @@ jobs:
164
176
env :
165
177
NPM_VERSION : ${{needs.build.outputs.npm_version}}
166
178
steps :
179
+ - name : Harden the runner (Audit all outbound calls)
180
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
181
+ with :
182
+ egress-policy : audit
167
183
- uses : actions/checkout@v3
168
184
with :
169
185
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments