We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9460060 commit a5bf47bCopy full SHA for a5bf47b
1 file changed
.github/workflows/chatacter.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Harden the runner (Audit all outbound calls)
11
- uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
+ uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
12
with:
13
egress-policy: audit
14
- name: Checkout
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- uses: actions/checkout@v6.0.2
0 commit comments