Skip to content

Commit 24cd09e

Browse files
committed
Merge branch 'master' into dev
2 parents f48ee67 + 2bfb3a1 commit 24cd09e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/sentry-release.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
- name: Harden Runner
2020
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
2121
with:
22-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
22+
disable-sudo: true
23+
egress-policy: block
24+
allowed-endpoints: >
25+
binaries.soliditylang.org:443
26+
github.com:443
27+
nodejs.org:443
28+
registry.yarnpkg.com:443
29+
sentry.io:443
2330
2431
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
2532

0 commit comments

Comments
 (0)