Commit 72126a6
ci: fix ECHIDNA scheduled red + Secret Scanner startup_failure
- echidna-validation: drop 'isabelle' from apt install — not packaged in
Ubuntu 24.04 (noble), so the scheduled echidna-verify job died with apt
exit 100 before running anything. validate-with-echidna.sh already SKIPs
absent provers, so Isabelle proofs skip instead of blocking.
- secret-scanner: grant contents:read + pull-requests:write + actions:read
at the calling 'scan' job — the reusable workflow's gitleaks job elevates
to these and a called workflow cannot exceed the caller's grant, which
produced the startup_failure.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5c6edd3 commit 72126a6
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