2424 node-version : [20.x, 22.x]
2525
2626 steps :
27+ - uses : socketdev/action@v1
28+ with :
29+ mode : firewall-free
30+
2731 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2832 with :
2933 ref : ${{ github.event.pull_request.head.sha }}
5862
5963 - name : Install Packages
6064 if : steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
61- run : yarn install --with-frozen-lockfile --ignore-scripts
65+ run : sfw yarn install --with-frozen-lockfile --ignore-scripts
6266
6367 - name : Check In-Repo Package Versions
6468 run : yarn run check-versions
9094 check : ['lint', 'format', 'commit-lint', 'dependencies', 'audit']
9195
9296 steps :
97+ - uses : socketdev/action@v1
98+ with :
99+ mode : firewall-free
100+
93101 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94102 with :
95103 ref : ${{ github.event.pull_request.head.sha }}
@@ -110,7 +118,7 @@ jobs:
110118
111119 - name : Install Packages
112120 if : steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
113- run : yarn install --with-frozen-lockfile --ignore-scripts
121+ run : sfw yarn install --with-frozen-lockfile --ignore-scripts
114122
115123 - name : Lint Source Code
116124 if : matrix.check == 'lint'
@@ -138,6 +146,10 @@ jobs:
138146 runs-on : ubuntu-latest
139147
140148 steps :
149+ - uses : socketdev/action@v1
150+ with :
151+ mode : firewall-free
152+
141153 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142154
143155 - name : Setup node 22
@@ -156,7 +168,7 @@ jobs:
156168
157169 - name : Install Packages
158170 if : steps.lerna-cache.outputs.cache-hit != 'true'
159- run : yarn install --with-frozen-lockfile --ignore-scripts
171+ run : sfw yarn install --with-frozen-lockfile --ignore-scripts
160172
161173 - name : build packages
162174 env :
@@ -175,6 +187,10 @@ jobs:
175187 runs-on : ubuntu-22.04
176188
177189 steps :
190+ - uses : socketdev/action@v1
191+ with :
192+ mode : firewall-free
193+
178194 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179195 with :
180196 ref : ${{ github.event.pull_request.head.sha }}
@@ -249,7 +265,7 @@ jobs:
249265
250266 - name : Install Packages
251267 if : steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
252- run : yarn install --with-frozen-lockfile
268+ run : sfw yarn install --with-frozen-lockfile
253269
254270 - name : build packages
255271 if : steps.lerna-cache.outputs.cache-hit == 'true'
@@ -338,6 +354,10 @@ jobs:
338354 runs-on : ubuntu-latest
339355
340356 steps :
357+ - uses : socketdev/action@v1
358+ with :
359+ mode : firewall-free
360+
341361 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
342362 with :
343363 ref : ${{ github.event.pull_request.head.sha }}
@@ -358,7 +378,7 @@ jobs:
358378
359379 - name : Install Packages
360380 if : steps.lerna-cache.outputs.cache-hit != 'true' || contains( github.event.pull_request.labels.*.name, 'SKIP_CACHE')
361- run : yarn install --with-frozen-lockfile --ignore-scripts
381+ run : sfw yarn install --with-frozen-lockfile --ignore-scripts
362382
363383 - name : Check Dockerfile is up to date
364384 run : |
@@ -373,6 +393,10 @@ jobs:
373393 runs-on : ubuntu-latest
374394
375395 steps :
396+ - uses : socketdev/action@v1
397+ with :
398+ mode : firewall-free
399+
376400 - name : Checkout PR
377401 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
378402 with :
@@ -394,15 +418,15 @@ jobs:
394418
395419 - name : Install Packages
396420 if : steps.lerna-cache.outputs.cache-hit != 'true'
397- run : yarn install --with-frozen-lockfile --ignore-scripts
421+ run : sfw yarn install --with-frozen-lockfile --ignore-scripts
398422
399423 - name : Build packages
400424 env :
401425 DISABLE_V8_COMPILE_CACHE : ' 1'
402426 run : yarn run postinstall
403427
404428 - name : Install OpenAPI Generator at root
405- run : yarn add -W @api-ts/openapi-generator@v5
429+ run : sfw yarn add -W @api-ts/openapi-generator@v5
406430
407431 - name : Download and install vacuum v0.18.1
408432 run : |
0 commit comments