Commit 3961189
authored
ci(bench): install Bun via npm instead of the policy-blocked setup-bun action (#516)
Every workflow referencing oven-sh/setup-bun (Benchmark, Testbox,
Benchmark docs) has died with a startup_failure since the action was
introduced: the repository's allowed-actions policy only permits
ubugeeei-prod-owned actions, GitHub-created actions, and an explicit
pattern list that setup-bun is not on. The failure happens before any
job starts, so the PR benchmark (including its Bun.markdown row and the
base/head comparison comment) has never actually run.
Install the same pinned Bun (1.3.14) through npm in a run step instead.
Node is already provided by the preceding Setup Vite+ step, and the
policy stays as strict as before - no new third-party action.1 parent 2956b5a commit 3961189
3 files changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments