Skip to content

Commit

Permalink
[StepSecurity] ci: Harden GitHub Actions (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
step-security-bot and Alan-Jowett committed May 20, 2024
1 parent f245933 commit d5059c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: 'recursive'
Expand Down

0 comments on commit d5059c4

Please sign in to comment.