Commit f0940f3
authored
fix(ci): replace fake denoland/setup-deno SHA pin (3 sites) (#61)
The pin `denoland/setup-deno@5fae568d37c3b73e0e4ca63d4e2c4e324a2b3497`
at .github/workflows/e2e.yml:44,67,90 is fabricated (`gh api repos/
denoland/setup-deno/commits/5fae568... -> 422`). All 3 jobs that
attempt to run (e2e, crosscutting, benchmarks) would have failed at
action resolution.
Replaced with verified v2.0.4 pin
`667a34cdef165d8d2b2e98dde39547c9daac7282`.
Provenance: propagated from rsr-template-repo#81 (merged); discovered
while wiring CI for snifs (hyperpolymath/snifs#30). One of the active-
pin fan-out PRs alongside reposystem (incoming) and the throttled
sweep of ~16 commented-stub repos.1 parent c02567f commit f0940f3
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments