We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf20e3 commit 564c5a1Copy full SHA for 564c5a1
.github/workflows/test-runner-ci.yaml
@@ -73,14 +73,7 @@ jobs:
73
- name: Harden Runner
74
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
75
with:
76
- egress-policy: block
77
- allowed-endpoints: >
78
- api.github.com:443
79
- coveralls.io:443
80
- files.pythonhosted.org:443
81
- github.com:443
82
- objects.githubusercontent.com:443
83
- pypi.org:443
+ egress-policy: audit
84
- uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
85
86
parallel-finished: true
0 commit comments