Skip to content

Commit

Permalink
Apply GitHub Actions updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 14, 2024
1 parent df35d9c commit dc80d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -31,15 +31,15 @@ jobs:
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: audit
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@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: "Install dependencies"
Expand Down

0 comments on commit dc80d4e

Please sign in to comment.