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 c3a57b0 commit d4d5aaeCopy full SHA for d4d5aae
.github/workflows/codeql-analysis.yml
@@ -39,6 +39,16 @@ jobs:
39
with:
40
languages: javascript-typescript
41
config-file: .github/codeql/codeql-config.yml
42
+ - name: StepSecurity - reapply egress restrictions
43
+ uses: step-security/[email protected]
44
+ with:
45
+ disable-sudo: true
46
+ egress-policy: block
47
+ allowed-endpoints: >
48
+ api.github.com:443
49
+ github.com:443
50
+ objects.githubusercontent.com:443
51
+ github-releases.githubusercontent.com:443
52
53
- name: Perform CodeQL Analysis
54
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
0 commit comments