Commit 353030f
committed
ci: fix extension-scan merge-base failure on shallow clones
The scan job fetched the base branch with --depth=1 and used a three-dot
git diff, which fails with 'no merge base' because the shallow base and PR
head share no common ancestor. Use fetch-depth: 0 so the diff resolves.
Affected every registry-PR listing.1 parent ac36ba4 commit 353030f
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | | - | |
27 | | - | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments