mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 19:47:05 +00:00
Merge pull request #159 from step-security/dependabot/github_actions/step-security/harden-runner-1.4.5
Bump step-security/harden-runner from 1.4.4 to 1.4.5
This commit is contained in:
commit
7d3610100d
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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504 # v1
|
- uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95 # v1
|
||||||
with:
|
with:
|
||||||
allowed-endpoints:
|
allowed-endpoints:
|
||||||
api.github.com:443
|
api.github.com:443
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504
|
- uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95
|
||||||
with:
|
with:
|
||||||
allowed-endpoints:
|
allowed-endpoints:
|
||||||
api.github.com:443
|
api.github.com:443
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue