You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled CodeQL via the GitHub Web UI, using the defaults. But it fails to detect basic C/C++ files, YML/YAML files, and many other languages and configuration formats besides.
Looking at the repository mentioned above, it only contains C/C++ , build scripts, and shell scripts. CodeQL tries to automatically build and analyse the C/C++ code by running cmake but this fails due to the following error:
CMake Error at CMakeLists.txt:14 (include):
include could not find requested file:
/home/runner/work/swiper/swiper/_codeql_build_dir/conanbuildinfo.cmake
CMake Error at CMakeLists.txt:15 (conan_basic_setup):
Unknown CMake command "conan_basic_setup".
Hi,
I enabled CodeQL via the GitHub Web UI, using the defaults. But it fails to detect basic C/C++ files, YML/YAML files, and many other languages and configuration formats besides.
Example:
https://github.com/mcandre/swiper
The text was updated successfully, but these errors were encountered: