Commit 8ec2a1c
authored
chore(security): SHA-pin dtolnay/rust-toolchain + add top-level workflow permissions (#74)
## Summary
Salvages an unpushed orphan commit (\`bbce567\` from 2026-05-23) from
local main during a 2026-05-31 closeout sweep:
- SHA-pins \`dtolnay/rust-toolchain@stable\` →
\`@4be9e76fd7c4901c61fb841f559994984270fce7 # stable\` in
\`.github/workflows/security.yml\`.
- Adds top-level \`permissions: read-all\` to
\`.github/workflows/ocaml-core.yml\` (was missing; baseline-deny pattern
from the fleet-wide hardening pass).
- Net diff: 2 files, +4/-2.
## Verification
- SHA \`4be9e76f...\` confirmed real via \`gh api
repos/dtolnay/rust-toolchain/commits/4be9e76fd7c4901c61fb841f559994984270fce7\`
→ HTTP 200.
- Original commit GPG-signed.
## Test plan
- [x] SHA verified live
- [ ] CI passes (running)1 parent f6a16f0 commit 8ec2a1c
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments