Commit be6dbc4
ci: use standalone apify-cli binary in E2E tests (apify#3543)
## Summary
- Replace `npx -y apify-cli@beta` with a standalone binary downloaded
from `apify/apify-cli` GitHub releases
- `npx -y` resolves transitive deps fresh from npm without a lockfile,
which exposed CI to the recent `axios@1.14.1` supply chain compromise —
the E2E run at 2026-03-31T03:02Z attempted to install it
- The standalone binary bundles all deps at build time, so no npm
resolution happens during CI
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 863dbca commit be6dbc4
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments