Skip to content

Commit

Permalink
Bump step-security/harden-runner from 2.10.4 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.4 to 2.11.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.10.4...v2.11.0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 6a3fe9e commit fdceee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
BUNDLE_RETRY: 3
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2.10.4
uses: step-security/harden-runner@v2.11.0
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
BUNDLE_RETRY: 3
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2.10.4
uses: step-security/harden-runner@v2.11.0
with:
egress-policy: audit

Expand Down

0 comments on commit fdceee1

Please sign in to comment.