Commit 3a2c351
fix(ci): timeout-minutes is invalid on reusable-call jobs — the actual 0s startup-killer
governance-gate.yml, secret-scan.yml, forge-mirror.yml: the
standardization sweep added timeout-minutes to every job, but GitHub
rejects it on jobs that call reusable workflows (uses:) — valid YAML,
invalid Actions semantics, 0s startup_failure with no surfaced error.
This, in combination with the registry-stuck state, is why these
workflows never ran. Probable relative of the estate-wide parked
scorecard startup_failure.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d8451b6 commit 3a2c351
3 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments