Skip to content

Commit

Permalink
Update step-security/harden-runner digest to 7120a7a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2023
1 parent 0435c70 commit 704408e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Harden Runner
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
with:
egress-policy: block
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
with:
egress-policy: block
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Harden Runner
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
with:
egress-policy: block
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
with:
egress-policy: block
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@215c5ca5ec7b0ee8425ee2e531db206868f0b83b
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
with:
egress-policy: block
disable-telemetry: true
Expand Down

0 comments on commit 704408e

Please sign in to comment.