Skip to content

Commit

Permalink
Merge pull request #142 from wolfi-dev/dependabot/github_actions/step…
Browse files Browse the repository at this point in the history
…-security/harden-runner-2.9.1

Bump step-security/harden-runner from 2.9.0 to 2.9.1
  • Loading branch information
k4leung4 authored Aug 15, 2024
2 parents 3f5abea + 7255afd commit ef10fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: always() && (needs.build.result == 'success' || needs.build.result == 'skipped')
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit

Expand Down

0 comments on commit ef10fef

Please sign in to comment.