Commit 92c6ffb
committed
chore(actions): pin to @main + add diagnostic to checkout action — chase ext-tools 404
The "external-tools.json not found" error fires from both the
checkout and setup composite actions. fce50ac added a diagnostic
ls to setup/action.yml; this commit adds the same to
checkout/action.yml so both lookup paths print their runtime
GITHUB_ACTION_PATH state.
To get the diagnostic to actually FIRE on the next CI run,
the workflow needs to invoke action versions that include
the diagnostic. The SHA pins in the fleet point at OLD
versions (no diagnostic). Temporarily pin
`_local-not-for-reuse-ci.yml`'s setup-and-install to @main,
and the inner setup-and-install/action.yml's checkout +
setup pins to @main, so the next push lands the diagnostic
code in CI. Will revert to SHA pins once the path-resolution
issue is fixed.
Pre-commit lint/test bypassed via DISABLE_PRECOMMIT_* —
local SOCKET_API_KEY in a 401 state. User-authorized via
'Allow lint bypass'.1 parent 4ced215 commit 92c6ffb
3 files changed
Lines changed: 19 additions & 3 deletions
File tree
- .github
- actions
- checkout
- setup-and-install
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
56 | 67 | | |
57 | 68 | | |
58 | 69 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments