Skip to content

Commit

Permalink
ci(GitHub): Bump step-security/harden-runner to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from bf4cac97a49476daf40896c7ba9e4c1ffbc530f5 to eb238b55efaa70779f274895e782ed17c84f2895.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@bf4cac9...eb238b5)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Artyom Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
dependabot[bot] authored and amal committed Nov 17, 2023
1 parent 6a154a2 commit d7e8b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
with:
disable-sudo: true
egress-policy: audit
Expand Down

0 comments on commit d7e8b54

Please sign in to comment.