Commit bec6161
ci(workflows): timeout-minutes on all jobs + fix two malformed workflows (#361)
## What
Fixes the genuine, root-cause CI/CD workflow-hygiene problems across the
**whole tree (383 workflow files)**, in response to the Hypatia scan's
`workflow_audit` findings.
### 1. `missing_timeout_minutes` — fixed at root
Added `timeout-minutes` to **every `runs-on` job** that lacked one,
across all workflows in the repo and its embedded sub-projects. Jobs
that *call a reusable workflow* (`uses:`) are correctly excluded —
`timeout-minutes` is invalid on those. Values: 15–20m for fast policy
jobs, 20–30m for build/test/analyze-heavy jobs.
### 2. Two genuinely malformed workflows — fixed
Both were **invalid YAML** that GitHub could not parse (latent, since
they don't run on PRs):
- **`boj-build.yml`** — the `K9-SVC Validation` and `Contractile Check`
steps were outdented to sequence items directly under `jobs:`. Removed
them (redundant with the governance + hypatia workflows, and they
referenced a non-canonical `lust` contractile — the canonical set is
must/trust/dust/intend/adjust/bust), restoring the file to its one
documented purpose: triggering the BoJ server.
- **`changelog-reusable.yml`** — a multi-line `git commit -m "…"` body
and a `gh pr create --body "…"` had continuation lines at column 0
inside a `run: |` block, terminating the block scalar early. Rewrote as
multiple `-m` flags / a single-line body.
## Verification
- All **383** workflow files parse cleanly (PyYAML); **0** `runs-on`
jobs remain without `timeout-minutes`.
- Diff is **workflow-files only** (+703 / −38; deletions = the two
malformed-file fixes).
## Not changed (and why)
- **`unpinned_action` findings are false positives.** Every `uses:`
across all 383 files is pinned to a full 40-hex SHA (e.g.
`actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd`). Hypatia's
own rule treats a 40-hex SHA as pinned; it's truncating the SHA to
`@de0f` in the report and mis-flagging correctly-pinned actions. Nothing
to fix in-repo — this is a scanner-side bug worth raising upstream.
- **One workflow carries an `AGPL-3.0-or-later` SPDX header** (repo is
MPL-2.0). That's licence drift, which is **flag-only** per the
manual-only licence guardrail — surfaced here, not edited.
- The Hypatia scan is **advisory/non-gating**; CI was already green.
This PR reduces the real finding count and removes two latent broken
workflows.
https://claude.ai/code/session_01AmPXB2dA2wCcabo8BXwS28
---
_Generated by [Claude
Code](https://claude.ai/code/session_01AmPXB2dA2wCcabo8BXwS28)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4236493 commit bec6161
313 files changed
Lines changed: 661 additions & 29 deletions
File tree
- .github/workflows
- 0-ai-gatekeeper-protocol
- .github/workflows
- mcp-repo-guardian/.github/workflows
- repo-guardian-fs/.github/workflows
- a2ml
- .github/workflows
- actions/validate/.github/workflows
- bindings
- deno/.github/workflows
- gleam/.github/workflows
- haskell/.github/workflows
- rust/.github/workflows
- editors/vscode/.github/workflows
- pandoc/.github/workflows
- avow-protocol
- .github/workflows
- telegram-bot/avow-telegram-bot/.github/workflows
- axel-protocol/.github/workflows
- consent-aware-http/.github/workflows
- k9-svc
- .github/workflows
- actions/validate/.github/workflows
- bindings
- deno/.github/workflows
- gleam/.github/workflows
- haskell/.github/workflows
- rust/.github/workflows
- editors/vscode/.github/workflows
- pandoc/.github/workflows
- lol/.github/workflows
- meta-a2ml/.github/workflows
- rhodium-standard-repositories
- .github/workflows
- examples/enterprise-service/.github/workflows
- satellites
- ECOSYSTEM.scm/.github/workflows
- META.scm/.github/workflows
- cccp
- .github/workflows
- satellites
- nextgen-languages
- .github/workflows
- 7-tentacles/.github/workflows
- php-aegis/.github/workflows
- sanctify-php/.github/workflows
- consent-aware-http/.github/workflows
- mustfile/.github/workflows
- palimpsest-license/.github/workflows
- robot-repo-automaton/.github/workflows
- rsr-certifier/.github/workflows
- rsr-deployer/.github/workflows
- state.scm/.github/workflows
- well-known-ecosystem/.github/workflows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments