Skip to content

Commit

Permalink
chore(deps): 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 7120a7ab6b149ea41def3f8e8364f5b40cae5d7a to 532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@7120a7a...532ef4a)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manusa committed Jun 21, 2023
1 parent 1f61eb2 commit c21e958
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
github token: ${{ secrets.GITHUB_TOKEN }}
start args: --force
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
github token: ${{ secrets.GITHUB_TOKEN }}
start args: --force
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
steps:
# This seems to cause problems with OpenShift Setup Action
# - name: Harden Runner
# uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
# uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
# with:
# egress-policy: audit
- name: Free up Space
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
disable-sudo: true
egress-policy: block
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
github token: ${{ secrets.GITHUB_TOKEN }}
start args: --force
- name: Harden Runner
uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
steps:
# This seems to cause problems with OpenShift Setup Action
# - name: Harden Runner
# uses: step-security/harden-runner@7120a7ab6b149ea41def3f8e8364f5b40cae5d7a
# uses: step-security/harden-runner@532ef4a868ff5b0fcb05cad9f2aa4f6c81a35bf7
# with:
# egress-policy: audit
- name: Free up Space
Expand Down

0 comments on commit c21e958

Please sign in to comment.