There was an error while loading. Please reload this page.
1 parent 00f0d98 commit 86ce285Copy full SHA for 86ce285
1 file changed
.github/workflows/zizmor.yml
@@ -13,6 +13,11 @@ jobs:
13
if: github.actor != 'dependabot[bot]'
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Harden the runner (Audit all outbound calls)
17
+ uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
18
+ with:
19
+ egress-policy: audit
20
+
21
- name: Checkout
22
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
with:
0 commit comments