We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f7b10 commit 5f1df17Copy full SHA for 5f1df17
1 file changed
.github/workflows/fuzz.yaml
@@ -40,6 +40,11 @@ jobs:
40
outputs:
41
targets: ${{ steps.find.outputs.targets }}
42
steps:
43
+ - name: Harden the runner (Audit all outbound calls)
44
+ uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
45
+ with:
46
+ egress-policy: audit
47
+
48
- name: Checkout code
49
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50
with:
0 commit comments