Skip to content

Commit

Permalink
Merge pull request #138 from enterprise-contract/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/step-security/harden-runner-2.9.1

Bump step-security/harden-runner from 2.9.0 to 2.9.1
  • Loading branch information
lcarva committed Aug 12, 2024
2 parents 9e2e3fa + 858225f commit 02b067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
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
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-ec-cli-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
disable-telemetry: true
Expand Down

0 comments on commit 02b067a

Please sign in to comment.