Skip to content

Commit cf875e2

Browse files
authored
Merge of #1014
2 parents c00fb25 + fb8340f commit cf875e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/chatacter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden the runner (Audit all outbound calls)
11-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
11+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1212
with:
1313
egress-policy: audit
1414
- name: Checkout
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
26+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
2727
with:
2828
egress-policy: audit
2929
- uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)