Skip to content

Commit ded2c3c

Browse files
chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 (#6105)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.4 to 2.20.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@9af89fc...bf7454d) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.20.0 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> [skip ci]
1 parent ecdf4a5 commit ded2c3c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/npm_release_cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Harden the runner (Audit all outbound calls)
43-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
43+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4444
with:
4545
egress-policy: audit
4646

@@ -126,7 +126,7 @@ jobs:
126126
NPM_TAG: ${{needs.build.outputs.npm_tag}}
127127
steps:
128128
- name: Harden the runner (Audit all outbound calls)
129-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
129+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
130130
with:
131131
egress-policy: audit
132132

@@ -177,7 +177,7 @@ jobs:
177177
NPM_VERSION: ${{needs.build.outputs.npm_version}}
178178
steps:
179179
- name: Harden the runner (Audit all outbound calls)
180-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
180+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
181181
with:
182182
egress-policy: audit
183183

.github/workflows/npm_release_doctor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Harden the runner (Audit all outbound calls)
46-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
46+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4747
with:
4848
egress-policy: audit
4949

@@ -143,7 +143,7 @@ jobs:
143143
NPM_TAG: ${{needs.build.outputs.npm_tag}}
144144
steps:
145145
- name: Harden the runner (Audit all outbound calls)
146-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
146+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
147147
with:
148148
egress-policy: audit
149149

@@ -194,7 +194,7 @@ jobs:
194194
NPM_VERSION: ${{needs.build.outputs.npm_version}}
195195
steps:
196196
- name: Harden the runner (Audit all outbound calls)
197-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
197+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
198198
with:
199199
egress-policy: audit
200200

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Harden the runner (Audit all outbound calls)
3535
# only supported on the Ubuntu runners
3636
if: runner.os == 'Linux'
37-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
37+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3838
with:
3939
egress-policy: audit
4040

@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171

7272
- name: Harden the runner (Audit all outbound calls)
73-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
73+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7474
with:
7575
egress-policy: audit
7676

0 commit comments

Comments
 (0)