Commit 0c4fb16
committed
ci: SHA-pin actions in rust.yml + proof-regression.yml
Folds the approved CI action-pinning into PR #24 (G2/G3 governance).
- proof-regression.yml: pin actions/cache@v4 -> @6849a648 (SHA already
trusted in rust.yml). Unblocks the Lean proof job so JtvEcho.lean is
actually built/verified by CI.
- rust.yml: replace unpinned, mis-named dtolnay/rust-action@stable with
the trusted dtolnay/rust-toolchain@4be9e76 # stable (×4), and add a
permissions: contents: read block. Clears the Hypatia unpinned_action
+ missing_permissions findings for rust.yml.
Note: rust.yml's *build* jobs will still fail — it targets a different
project's layout (packages/jtzig, tools/cli, which don't exist here) and
the crate depends on the unvendored sibling patacl-core. That is Phase-3
build-truth work; rust-ci.yml is the correctly-configured Rust workflow.
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent 0c50296 commit 0c4fb16
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | | - | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | | - | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
0 commit comments