Skip to content

Commit 359535a

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 359535a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
github.com:443
5252
pypi.org:443
5353
objects.githubusercontent.com:443
54+
uploads.github.com:443
5455
5556
- name: Checkout repository
5657
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)