Skip to content

Commit 8152e3d

Browse files
committed
fix(cicd): unblocked domains from Harden GitHub Actions
1 parent 49be62f commit 8152e3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ jobs:
107107
egress-policy: block
108108
allowed-endpoints: >
109109
github.com:443
110+
api.github.com:443
110111
pipelines.actions.githubusercontent.com:443
112+
registry.npmjs.org:443
113+
pypi.org:443
114+
111115
112116
- name: Checkout
113117
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2

0 commit comments

Comments
 (0)