Skip to content

Conversation

@taeold
Copy link
Contributor

@taeold taeold commented Jul 31, 2025

The CodeQL workflow was failing because the step-security/harden-runner was blocking egress traffic to the endpoint used for downloading the CodeQL bundle.

The download from https://github.com/github/codeql-action/releases redirects to release-assets.githubusercontent.com.

This change adds release-assets.githubusercontent.com to the list of allowed endpoints to resolve the ECONNREFUSED error and removes previous incorrect attempts.

@taeold taeold force-pushed the fix/codeql-egress branch 2 times, most recently from a72f7f1 to 191d7ac Compare July 31, 2025 21:11
The CodeQL workflow was failing because the `step-security/harden-runner` was blocking egress traffic to the endpoint used for downloading the CodeQL bundle. The download from `https://github.com/github/codeql-action/releases` redirects to `release-assets.githubusercontent.com`. This change adds `release-assets.githubusercontent.com` to the list of allowed endpoints to resolve the `ECONNREFUSED` error and removes previous incorrect attempts.
@taeold taeold force-pushed the fix/codeql-egress branch from 191d7ac to c0dd525 Compare July 31, 2025 21:13
@taeold taeold changed the title fix(ci): Add uploads.github.com to CodeQL allowed endpoints fix(ci): Add release-assets.githubusercontent.com to allowed endpoints Jul 31, 2025
@dixuswe dixuswe merged commit 9b37f85 into GoogleCloudPlatform:main Aug 4, 2025
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants