+Additionally, CodeQL will only trace and scan files that pass through a compiler within the build systems. Files pulled from a cache, rather than processed by the build systems, won't be included in the CodeQL database. To ensure a comprehensive representation of the codebase, it's essential to disable build caching and shared compilation. Refer to your build system's recommended flags, as described here: [specifying build commands](https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/#specifying-build-commands).
0 commit comments