We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9942f27 commit 0c88228Copy full SHA for 0c88228
1 file changed
.github/workflows/codeql.yml
@@ -23,10 +23,15 @@ jobs:
23
language: [ cpp ]
24
25
steps:
26
- - name: harden-runner
27
- uses: step-security/harden-runner@v2
+ - name: Harden Runner
+ uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
28
with:
29
- egress-policy: audit
+ disable-sudo: true
30
+ egress-policy: block
31
+ allowed-endpoints: >
32
+ api.github.com:443
33
+ github.com:443
34
+ uploads.github.com:443
35
- name: Checkout
36
uses: actions/checkout@v3
37
- name: Initialize CodeQL
0 commit comments