Skip to content

Commit a72f7f1

Browse files
committed
fix(ci): Add uploads.github.com to CodeQL allowed endpoints
The CodeQL workflow was failing because the `step-security/harden-runner` was blocking egress traffic to the endpoint used for downloading the CodeQL bundle. This change adds `uploads.github.com` to the list of allowed endpoints to resolve the `ECONNREFUSED` error.
1 parent 82ba117 commit a72f7f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
github.com:443
5252
pypi.org:443
5353
objects.githubusercontent.com:443
54+
uploads.github.com:443
55+
*.actions.githubusercontent.com:443
5456
5557
- name: Checkout repository
5658
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)