Skip to content

Commit a5bf47b

Browse files
chore(deps): update step-security/harden-runner action to v2.19.4
1 parent 9460060 commit a5bf47b

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
11+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
26+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2727
with:
2828
egress-policy: audit
2929
- uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)