Skip to content

Commit 130baae

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

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
@@ -23,7 +23,7 @@ jobs:
2323
codemods_files: ${{ steps.filter.outputs.codemods_files }}
2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
26+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
2727
with:
2828
egress-policy: audit
2929

@@ -46,7 +46,7 @@ jobs:
4646
codemod_files: ${{ steps.set-matrix.outputs.codemod_files }}
4747
steps:
4848
- name: Harden the runner (Audit all outbound calls)
49-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
49+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
5050
with:
5151
egress-policy: audit
5252

@@ -73,7 +73,7 @@ jobs:
7373
CODEMOD_API_KEY: ${{ secrets.CODEMOD_API_KEY }}
7474
steps:
7575
- name: Harden the runner (Audit all outbound calls)
76-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
76+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
7777
with:
7878
egress-policy: audit
7979

0 commit comments

Comments
 (0)