Skip to content

Commit b11e2fd

Browse files
ci: bump step-security/harden-runner from 2.11.1 to 2.12.0 (#66)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b28b804 commit b11e2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codemod_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
codemods_files: ${{ steps.filter.outputs.codemods_files }}
2525
steps:
2626
- name: Harden the runner (Audit all outbound calls)
27-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
27+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
2828
with:
2929
egress-policy: audit
3030

@@ -47,7 +47,7 @@ jobs:
4747
codemod_files: ${{ steps.set-matrix.outputs.codemod_files }}
4848
steps:
4949
- name: Harden the runner (Audit all outbound calls)
50-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
50+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
5151
with:
5252
egress-policy: audit
5353

@@ -74,7 +74,7 @@ jobs:
7474
CODEMOD_API_KEY: ${{ secrets.CODEMOD_API_KEY }}
7575
steps:
7676
- name: Harden the runner (Audit all outbound calls)
77-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
77+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
7878
with:
7979
egress-policy: audit
8080

0 commit comments

Comments
 (0)