Skip to content

Commit

Permalink
Bump step-security/harden-runner from 2.8.1 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.10.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.8.1...v2.10.1)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 693b73c commit a18ac9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.10.1
with:
egress-policy: audit

Expand Down

0 comments on commit a18ac9a

Please sign in to comment.