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 cdb8ce5 commit 3894d66Copy full SHA for 3894d66
.github/workflows/coverage.yml
@@ -11,11 +11,14 @@ concurrency:
11
jobs:
12
run_coverage:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ id-token: write
16
steps:
- - name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
17
+ - name: Harden the runner
18
+ uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
19
with:
- egress-policy: audit
20
+ egress-policy: block
21
+ policy: global-allowed-endpoints-policy
22
23
- name: Check out repository code
24
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
0 commit comments