Skip to content

Commit

Permalink
ci: add harden-runner action
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Jul 30, 2024
1 parent 422f165 commit ba0f5c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
flavor: [cpp]
steps:
- uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v9.0.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
Expand Down

0 comments on commit ba0f5c7

Please sign in to comment.