Commit 4dd2a0a
committed
fix(ci): use fetch-depth: 0 for super-linter checkout
Super-linter needs the full git history to resolve GITHUB_BEFORE_SHA
(the previous commit SHA). With fetch-depth: 1 it fails with:
'The SHA_REFERENCE reference doesn't exist in this Git repository'1 parent 2dba04d commit 4dd2a0a
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments