Commit a72f7f1
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 a72f7f1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments