We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c575eec commit 21009d4Copy full SHA for 21009d4
1 file changed
.github/workflows/update-dependencies.yml
@@ -13,6 +13,11 @@ jobs:
13
name: update
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Harden the runner (Audit all outbound calls)
17
+ uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
18
+ with:
19
+ egress-policy: audit
20
+
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
23
ref: main
0 commit comments