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 beefd8c500e5f70ce4fc69e314d454dcf8822f4b to 394d78e5b40cc35c170eb909b1f81551f37feb05 #16

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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@beefd8c500e5f70ce4fc69e314d454dcf8822f4b
uses: step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
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@beefd8c500e5f70ce4fc69e314d454dcf8822f4b
uses: step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
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@beefd8c500e5f70ce4fc69e314d454dcf8822f4b
uses: step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
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@beefd8c500e5f70ce4fc69e314d454dcf8822f4b
uses: step-security/harden-runner@394d78e5b40cc35c170eb909b1f81551f37feb05
with:
disable-sudo: true
egress-policy: audit
Expand Down