Skip to content

Commit

Permalink
Bump step-security/harden-runner from 2.10.2 to 2.10.3 (#2156)
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.10.2 to 2.10.3.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.10.2...v2.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mikeburg <frankenstein@burningman.org>
  • Loading branch information
dependabot[bot] and mikeburg authored Jan 13, 2025
1 parent b837884 commit 2123320
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.10.2
uses: step-security/harden-runner@v2.10.3
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.10.2
uses: step-security/harden-runner@v2.10.3
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.10.2
uses: step-security/harden-runner@v2.10.3
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.10.2
uses: step-security/harden-runner@v2.10.3
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.10.2
uses: step-security/harden-runner@v2.10.3
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.10.2
uses: step-security/harden-runner@v2.10.3
with:
egress-policy: audit

Expand Down

0 comments on commit 2123320

Please sign in to comment.