Commit 8001e89
ci: install Lean via elan in ECHIDNA + drop duplicate trufflehog --fail
Two follow-on CI reds surfaced after #159 merged to main:
1. ECHIDNA 'Install proof provers' still failed with apt exit 100 —
Ubuntu 24.04 (noble) packages neither 'lean' nor 'isabelle'. Install
Lean 4 via elan (pinned to v3.1.1 + sha256-verified, matching
lean-verification.yml); keep coq/agda/z3 from apt. Isabelle stays
absent and validate-with-echidna.sh SKIPs it.
2. Secret Scanner: the reusable scan/* jobs now pass (permissions fix in
#159 worked), but the separate 'trufflehog' job failed with
'flag "fail" cannot be repeated' — the trufflehog action injects
--fail itself, so extra_args must not repeat it. Now passes
'--only-verified' only.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 33449db commit 8001e89
2 files changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments