Skip to content

Commit 6586c43

Browse files
committed
chore: add more harder-runner
1 parent d90f10a commit 6586c43

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
env:
5050
REGISTRY: ghcr.io
5151
steps:
52+
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
53+
with:
54+
egress-policy: audit
5255
- name: Inspect manifest and extract digest
5356
id: inspect-manifest
5457
run: |

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
contents: write
2222
pull-requests: write
2323
steps:
24+
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
25+
with:
26+
egress-policy: audit
2427
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2528
with:
2629
persist-credentials: false

0 commit comments

Comments
 (0)