Skip to content

Commit

Permalink
ci: remove 'harden runner' step from self-hosted runners (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekful authored May 8, 2023
1 parent cc8cb96 commit b6ef429
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ jobs:
needs: [lint, test]
if: ${{ startsWith(github.event.ref, 'refs/tags/v') || startsWith(github.event.ref, 'refs/tags/test') }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
with:
egress-policy: audit
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
Expand Down

0 comments on commit b6ef429

Please sign in to comment.