We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90f10a commit 6586c43Copy full SHA for 6586c43
2 files changed
.github/workflows/release-build.yml
@@ -49,6 +49,9 @@ jobs:
49
env:
50
REGISTRY: ghcr.io
51
steps:
52
+ - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
53
+ with:
54
+ egress-policy: audit
55
- name: Inspect manifest and extract digest
56
id: inspect-manifest
57
run: |
.github/workflows/update-dependencies.yml
@@ -21,6 +21,9 @@ jobs:
21
contents: write
22
pull-requests: write
23
24
25
26
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
with:
29
persist-credentials: false
0 commit comments