Commit c865fb7
committed
ci: Fix checkout failure in pull_request_target workflows
actions/checkout v4.4.0 (released 2026-07-20) backported a security
check that blocks checking out fork PR code in pull_request_target
workflows by default. This broke pr-integration-tests and
pr-registration-integration-tests for all fork PRs.
Add allow-unsafe-pr-checkout: true to the 4 affected checkout steps.
This is safe because both workflows already gate execution behind
maintainer-applied labels (ok-to-test / approved / lgtm) and set
persist-credentials: false.
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>1 parent 294efad commit c865fb7
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments