Skip to content

Commit

Permalink
Remove harden-runner step from CI workflow
Browse files Browse the repository at this point in the history
The harden-runner step has been removed from the FreeBSD testing matrix in the CI workflow. This change simplifies the workflow and removes an additional security auditing step.
  • Loading branch information
wneessen committed Oct 27, 2024
1 parent bdffa22 commit 7b9df7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ jobs:
matrix:
osver: ['13.4', '14.0', '14.1']
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout Code
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
- name: Run go test on FreeBSD
Expand Down

0 comments on commit 7b9df7d

Please sign in to comment.