Skip to content

Commit

Permalink
fix harden-runner config (#357)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Fixes a config

### Does this PR introduce a breaking change?

No, it's a "fixing" change 🥇

### Other information:

When in doubt, RTFM.
  • Loading branch information
Zeitsperre authored Feb 27, 2024
2 parents 42d1448 + 4b5e5a5 commit 24fdde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
audit: true
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0 # Fetch all history for all branches and tags.
Expand Down

0 comments on commit 24fdde2

Please sign in to comment.