Skip to content

Commit 47faaa5

Browse files
committed
No longer hardened.
1 parent 52c8138 commit 47faaa5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- name: Harden Runner
32-
uses: step-security/harden-runner@v2
33-
with:
34-
egress-policy: block
35-
allowed-endpoints: >
36-
api.github.com:443
37-
azure.archive.ubuntu.com:80
38-
files.pythonhosted.org:443
39-
github.com:443
40-
objects.githubusercontent.com:443
41-
packages.microsoft.com:443
42-
ppa.launchpadcontent.net:443
43-
pypi.org:443
4431
- uses: actions/checkout@v3
4532
- name: Install dependencies
4633
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev

0 commit comments

Comments
 (0)