Remove harden-runner step from CI workflow

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.
This commit is contained in:
Winni Neessen 2024-10-27 17:55:12 +01:00
parent bdffa22ad8
commit 7b9df7de47
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -146,10 +146,6 @@ jobs:
matrix: matrix:
osver: ['13.4', '14.0', '14.1'] osver: ['13.4', '14.0', '14.1']
steps: steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
- name: Run go test on FreeBSD - name: Run go test on FreeBSD