[PR #6845] [MERGED] ci: allow new github domain for codeql download #6193

Closed
opened 2026-05-05 10:52:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6845
Author: @kmk3
Created: 7/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @kmk3

Base: masterHead: ci-codeql-allow-new-domain


📝 Commits (1)

  • ce2245a ci: allow new github domain for codeql download

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 .github/workflows/check-c.yml (+1 -0)
📝 .github/workflows/check-python.yml (+1 -0)

📄 Description

The codeql-cpp CI job for #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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6845 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `ci-codeql-allow-new-domain` --- ### 📝 Commits (1) - [`ce2245a`](https://github.com/netblue30/firejail/commit/ce2245a5254c7bff109cc1679aac9261ec2b8cd9) ci: allow new github domain for codeql download ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-c.yml` (+1 -0) 📝 `.github/workflows/check-python.yml` (+1 -0) </details> ### 📄 Description The `codeql-cpp` CI job for #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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:52:28 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6193
No description provided.