Skip to content

Commit

Permalink
ci(GitHub): Bump step-security/harden-runner
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 0c6ab70129fa3660acd9cd2b51e8685d619cd613 to 547a5cc003898d3f8fb1265b4a1f09b15be2f990.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@0c6ab70...547a5cc)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent aac0f6b commit cfcc2e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Harden Runner
if: matrix.os == 'ubuntu'
uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613
uses: step-security/harden-runner@547a5cc003898d3f8fb1265b4a1f09b15be2f990
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- name: Harden Runner
if: matrix.os == 'ubuntu-latest'
uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613
uses: step-security/harden-runner@547a5cc003898d3f8fb1265b4a1f09b15be2f990
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613
uses: step-security/harden-runner@547a5cc003898d3f8fb1265b4a1f09b15be2f990
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@0c6ab70129fa3660acd9cd2b51e8685d619cd613
uses: step-security/harden-runner@547a5cc003898d3f8fb1265b4a1f09b15be2f990
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit cfcc2e3

Please sign in to comment.