Skip to content

Commit

Permalink
Temporarily turn off harden-runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Oct 30, 2024
1 parent 9a09383 commit 249a8ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
docs.djangoproject.com:443
docs.python.org:443
files.pythonhosted.org:443
github.com:443
pypi.org:443
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 249a8ca

Please sign in to comment.