Commit 79c280f
ci: fix ECHIDNA scheduled red + Secret Scanner startup_failure (#159)
Phase 0 (ops hygiene) of the production-gap plan.
## What
1. **ECHIDNA Validation** — the scheduled `echidna-verify` job failed
2026-07-06 with apt exit 100: `isabelle` is not packaged in Ubuntu 24.04
(noble). Dropped it from the apt install;
`scripts/validate-with-echidna.sh` already reports SKIP for absent
provers, so Isabelle proofs skip instead of killing the pipeline.
(Push-triggered runs never hit this job — it is schedule/dispatch-only —
which is why main otherwise looked green.)
2. **Secret Scanner** — `startup_failure` on main: the reusable gitleaks
workflow elevates to `pull-requests: write` + `actions: read`, and a
called workflow cannot exceed the caller's grant. Granted those at the
calling `scan` job (the known estate-wide wrapper-permissions class;
same fix proven green elsewhere).
## Verification
- Secret Scanner will prove itself on this PR's own checks.
- ECHIDNA `echidna-verify` is schedule/dispatch-only; I will trigger a
`workflow_dispatch` run after merge to confirm.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 5c6edd3 commit 79c280f
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
0 commit comments