Commit 83f14be
authored
fix(ci): replace fake action SHA pins in e2e.yml template stubs (#30)
This file inherits its e2e.yml from the rsr-template-repo template, which
carried 4 fabricated action SHA pins in template-comment stubs. The pins
were inert in commented form here, but would have 422'd at action
resolution if anyone uncommented them. Caught and fixed at the template
source in hyperpolymath/rsr-template-repo#81 (merged); this PR sweeps
the propagated stubs.
goto-bus-stop/setup-zig 7ab2955...3608 -> abea47f...39406 (v2.2.1)
erlef/setup-beam 5a67e1a...a66c07 -> fc68ffb...db2f93 (v1.24.0)
denoland/setup-deno 5fae568...c3497 -> 667a34c...c7282 (v2.0.4)
haskell-actions/setup dd344bc...3a40fce -> cd0d9bd...e0553 (v2.11.0)
All four real SHAs verified via `gh api repos/<org>/<action>/commits/<sha>`.
Originally discovered while wiring CI for hyperpolymath/snifs#30.1 parent 635b379 commit 83f14be
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