Commit ddcff97
committed
Fix CodeQL workflow: full checkout depth for Nerdbank.GitVersioning
The Build step ran a shallow clone, so dotnet build failed before
analyze ever ran - NBGV needs full git history to compute a version,
same reason ci.yml's checkout already sets fetch-depth: 0.1 parent 8bfac29 commit ddcff97
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments