Skip to content

Commit ce2245a

Browse files
committed
ci: allow new github domain for codeql download
The `codeql-cpp` CI job for netblue30#6844 is failing[1]: ##[group]Setup CodeQL tools [...] Did not find CodeQL tools version 2.22.2 in the toolcache. Using CodeQL CLI version 2.22.2 sourced from https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.2/codeql-bundle-linux64.tar.zst . Downloading CodeQL tools from https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.2/codeql-bundle-linux64.tar.zst . This may take a while. Streaming the extraction of the CodeQL bundle. node:events:502 throw er; // Unhandled 'error' event ^ Error: connect ECONNREFUSED 54.185.253.63:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) [...] errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '54.185.253.63', port: 443 } Node.js v20.19.3 Post job cleanup. [...] Allow `release-assets.githubusercontent.com:443`, which is what the download link above resolves to. [1] https://github.com/netblue30/firejail/actions/runs/16638865345/job/47085091964
1 parent 6b5cbb4 commit ce2245a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-c.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
api.github.com:443
121121
github.com:443
122122
objects.githubusercontent.com:443
123+
release-assets.githubusercontent.com:443
123124
uploads.github.com:443
124125
125126
- name: Checkout repository

.github/workflows/check-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
github.com:443
4242
objects.githubusercontent.com:443
4343
pypi.org:443
44+
release-assets.githubusercontent.com:443
4445
uploads.github.com:443
4546
4647
- name: Checkout repository

0 commit comments

Comments
 (0)