Skip to content

Commit

Permalink
chore(deps): update step-security/harden-runner digest to 29e9ae1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent d1a33db commit 1af421e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
issues: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
rust: [stable, beta, nightly]
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand All @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand All @@ -164,7 +164,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
security-events: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@dece11172ed6b762b5421b294513d628edad7f7d
uses: step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down

0 comments on commit 1af421e

Please sign in to comment.