Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(GitHub): Bump step-security/harden-runner from 0c6ab70129fa3660acd9cd2b51e8685d619cd613 to f4f3f445f343c08c93d7771433e8dee4267e05b9 #100

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@f4f3f445f343c08c93d7771433e8dee4267e05b9
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@f4f3f445f343c08c93d7771433e8dee4267e05b9
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@f4f3f445f343c08c93d7771433e8dee4267e05b9
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@f4f3f445f343c08c93d7771433e8dee4267e05b9
with:
disable-sudo: true
egress-policy: block
Expand Down
Loading