Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump step-security/harden-runner from 1.3.0 to 1.4.0 (#312)
Browse files Browse the repository at this point in the history
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@14dc64f...bdb12b6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent 41d499d commit c068018
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Semantic Release
steps:
- name: Harden Runner
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4 # v1
with:
egress-policy: block
allowed-endpoints: >
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- name: Harden Runner
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4
with:
egress-policy: block
allowed-endpoints: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.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@14dc64f30986eaa2ad2dddcec073f5aab18e5a24
uses: step-security/harden-runner@bdb12b622a910dfdc99a31fdfe6f45a16bc287a4
with:
egress-policy: block
allowed-endpoints: >
Expand Down

0 comments on commit c068018

Please sign in to comment.