Commit 4acca65
committed
ci(workflows): add timeout-minutes to all jobs; fix two malformed workflows
Resolves the genuine workflow_audit (missing_timeout_minutes) findings at root across the whole tree (383 workflow files):
- Add timeout-minutes to every runs-on job that lacked one (reusable-workflow-call jobs correctly excluded — the key is invalid there). 15-20m for fast policy jobs, 20-30m for build/test-heavy jobs.
- boj-build.yml: two steps (K9-SVC Validation, Contractile Check) were outdented to sequence items directly under jobs:, making the file invalid YAML. Removed them (redundant with governance/hypatia; referenced a non-canonical 'lust' contractile), restoring the file to its documented single purpose (trigger the BoJ server).
- changelog-reusable.yml: two multi-line shell strings (a git commit body and a gh pr --body) had continuation lines at column 0 inside a run: | block, terminating the block scalar early — invalid YAML. Rewrote as multiple -m flags / single-line body.
Note: Hypatia's unpinned_action findings are false positives — every uses: across all 383 files is pinned to a full 40-hex SHA (e.g. actions/checkout@de0fac2e...). Left unchanged.
https://claude.ai/code/session_01AmPXB2dA2wCcabo8BXwS281 parent aa665ac commit 4acca65
335 files changed
Lines changed: 703 additions & 38 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 | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 176 | + | |
180 | 177 | | |
181 | 178 | | |
182 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments