We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37968f8 commit 7bf3179Copy full SHA for 7bf3179
1 file changed
.github/workflows/_build.yaml
@@ -30,11 +30,13 @@ jobs:
30
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
31
with:
32
disable-sudo: true
33
- egress-policy: audit
+ egress-policy: block
34
allowed-endpoints: >
35
+ api.github.com
36
files.pythonhosted.org:443
37
github.com:443
38
pypi.org:443
39
+ release-assets.githubusercontent.com:443
40
41
- name: Checkout repository
42
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
0 commit comments