Skip to content

Commit d4d5aae

Browse files
committed
fix: fix
Signed-off-by: dhmlau <[email protected]>
1 parent c3a57b0 commit d4d5aae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ jobs:
3939
with:
4040
languages: javascript-typescript
4141
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
4252
4353
- name: Perform CodeQL Analysis
4454
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8

0 commit comments

Comments
 (0)