Commit a232dde
committed
fix: fetch full git history to resolve CodeQL diff range undefined values
- Add fetch-depth: 0 to checkout action to get complete git history
- This should prevent the pr-diff-range extension from generating undefined values
- The shallow clone was causing git diff calculations to fail1 parent 64fd1d2 commit a232dde
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments