You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments