Commit dba274c
authored
fix(ci): sweep fake action SHA pins from e2e.yml template stubs (#50)
## Summary
Sweeps fake action SHA pins inherited from the rsr-template-repo
`e2e.yml` template. All 4 fake SHAs in this file were template comment
stubs (inert until uncommented), but the same pattern propagated to ~20
repos across the estate via the RSR copy-and-customise flow.
## Replaced
| Action | Fake SHA | Real SHA | Tag |
|---|---|---|---|
| `goto-bus-stop/setup-zig` | `7ab2955...3608` (partial collision with
v2.2.0) | `abea47f85e598557f500fa1fd2ab7464fcb39406` | v2.2.1 |
| `erlef/setup-beam` | `5a67e1a...a66c07` |
`fc68ffb90438ef2936bbb3251622353b3dcb2f93` | v1.24.0 |
| `denoland/setup-deno` | `5fae568...c3497` |
`667a34cdef165d8d2b2e98dde39547c9daac7282` | v2.0.4 |
| `haskell-actions/setup` | `dd344bc...3a40fce` |
`cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553` | v2.11.0 |
All real SHAs verified via `gh api repos/<org>/<action>/commits/<sha>`.
## Provenance
- Discovered: wiring CI for `hyperpolymath/snifs#30`
- Template source fixed: `hyperpolymath/rsr-template-repo#81` (merged)
- Standards consolidation: `hyperpolymath/standards#289` (in flight)
- Per-repo fan-out: this PR is part of the sweep across affected estate
repos
## Test plan
- [ ] Diff shows only template-comment SHA substitutions (no functional
change in this repo since the lines were already commented)
- [ ] If anyone later uncomments a template stub, the action resolves
instead of 422'ing1 parent aa12daf commit dba274c
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments