Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Dec 6, 2024
1 parent 8a7119e commit ccf3bdb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ jobs:
needs: tests

steps:
- name: 🔒 Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
github.com:443
pypi.org:443
api.github.com:443
# - name: 🔒 Harden Runner
# uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
# with:
# disable-sudo: true
# egress-policy: block
# allowed-endpoints: >
# files.pythonhosted.org:443
# github.com:443
# pypi.org:443
# api.github.com:443
- uses: actions/checkout@v4
with:
persist-credentials: false
Expand Down

0 comments on commit ccf3bdb

Please sign in to comment.