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 6ea5286 commit ae704f7Copy full SHA for ae704f7
1 file changed
.github/workflows/release.yml
@@ -35,11 +35,15 @@ jobs:
35
if: needs.release-please.outputs.release_created == 'true'
36
needs: release-please
37
runs-on: ubuntu-latest
38
+ permissions:
39
+ id-token: write
40
+
41
steps:
- - name: Harden the runner (Audit all outbound calls)
42
+ - name: Harden the runner
43
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
44
with:
- egress-policy: audit
45
+ egress-policy: block
46
+ policy: global-allowed-endpoints-policy
47
48
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
49
0 commit comments