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