Commit 101f227
committed
ci: restore CI - use large runners, disable non-allowlisted actions
CI on this repo has been dead since 2025-12-19. Every run on every branch
failed with `startup_failure` at 0s. Two independent causes, both verified:
1. `runs-on: ubuntu-latest` no longer gets a runner allocated. The last green
run (2025-12-19) was served by runner group "GitHub Actions"; today an
identical job sits queued indefinitely with an empty runner group. This
repo is public, so it uses the GitHub-hosted larger-runner labels.
Verified: `ubuntu-latest` queued >6min; `ubuntu-latest-large` picked up a
runner in seconds and went green in 34s.
2. This repo's Actions policy permits only GitHub-owned `actions/*`
(`allowed_actions: selected`, `patterns_allowed: []`,
`verified_allowed: false`) and enforces `sha_pinning_required: true`.
Referencing `snyk/actions/node` or `codecov/codecov-action` fails the whole
run at startup, regardless of pinning.
So: switch to `ubuntu-latest-large`, and comment out the two third-party
action steps with TODOs explaining how to restore them. Both are commented,
not deleted, and keep their SHA-pinned refs so re-enabling is a one-line
change once the actions are allowlisted via the SSC Help portal.
Snyk is a security step and Codecov backs non-informational coverage gates in
codecov.yml — neither should stay disabled untracked. This follows the same
disable-with-TODO pattern used in segmentio/fql's locked-down pipeline.1 parent 3235e4f commit 101f227
1 file changed
Lines changed: 43 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
35 | 51 | | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
40 | 56 | | |
41 | 57 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments