Commit b1fee67
committed
fix(actions/setup-and-install): bump inner pins to 540dd8e (post-lib-stable fix)
cascade-internal's diff-based staleness check missed this:
.github/actions/lib/install-tool.mjs changed (lib-stable
import removed), but .github/actions/setup-and-install/'s
subtree did not. The setup action at runtime resolves
`${GITHUB_ACTION_PATH}/../lib/install-tool.mjs` against
its OWN pinned checkout SHA — so even though setup-and-install
was bumped, the setup pin inside it still pointed at a SHA
where install-tool.mjs had the broken import.
Manually bump the four inner pins (checkout, setup, install,
setup-go-toolchain) to 540dd8e so the chain actually picks up
the fix.
Follow-up: cascade-internal should grow a 'sibling lib/
changed' heuristic so this is automated. Tracked.
Pre-commit bypassed (SOCKET_API_KEY 401, user-authorized via
'Allow lint bypass').1 parent 540dd8e commit b1fee67
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
0 commit comments