Skip to content

Commit efdde5a

Browse files
Bump step-security/harden-runner
Bumps the github_actions group with 1 update in the /.github/workflows directory: [step-security/harden-runner](https://github.com/step-security/harden-runner). Updates `step-security/harden-runner` from 2.10.2 to 2.12.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@v2.10.2...v2.12.0) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a470d7 commit efdde5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
contents: read
9595
id-token: write
9696
steps:
97-
- uses: step-security/harden-runner@v2.10.2
97+
- uses: step-security/harden-runner@v2.12.0
9898
with:
9999
egress-policy: block
100100
allowed-endpoints: >

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: step-security/harden-runner@v2.10.2
18+
- uses: step-security/harden-runner@v2.12.0
1919
with:
2020
allowed-endpoints:
2121
api.github.com:443

0 commit comments

Comments
 (0)