Commit 55bf380
fix(ci): opt showtime checkout into fork-PR code fetch under checkout v7
actions/checkout v7.0.0 (#41358) refuses to check out fork PR code from a
pull_request_target workflow unless the step sets
allow-unsafe-pr-checkout: true, which broke every showtime launch on fork
PRs. The checkout is already gated behind the maintainer-authorization
step (write/admin actors only) and uses persist-credentials: false, so
opt in explicitly and fix the stale zizmor comment that claimed the
workflow never checks out PR code.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 393adc4 commit 55bf380
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
0 commit comments