mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 12:17:07 +00:00
Bump step-security/harden-runner from 1 to 1.4.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1 to 1.4.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v1...9b0655f430fba8c7001d4e38f8d4306db5c6e0ab) --- 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>
This commit is contained in:
parent
68af6a4162
commit
a1c40ee1b9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: step-security/harden-runner@14dc64f30986eaa2ad2dddcec073f5aab18e5a24 # v1
|
||||
- uses: step-security/harden-runner@9b0655f430fba8c7001d4e38f8d4306db5c6e0ab # v1
|
||||
with:
|
||||
allowed-endpoints:
|
||||
api.github.com:443
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: step-security/harden-runner@v1
|
||||
- uses: step-security/harden-runner@9b0655f430fba8c7001d4e38f8d4306db5c6e0ab
|
||||
with:
|
||||
allowed-endpoints:
|
||||
api.github.com:443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue