mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
89753aa84b
Overlay analysis depends on `getFileOidsUnderPath`, which uses `git ls-files --format` option that requires Git 2.38.0+. This change adds a check for the git version before enabling overlay analysis. Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>