Jeroen Ketema
Jeroen Ketema
We've merged a new version of the change https://github.com/github/codeql/pull/15421, which should make it into 2.16.2. Note that the change will only have an effect on databases created with 2.16.2 and...
I ran into the same problem today. Building it as follows worked for me: ``` git clone --recurse-submodules https://github.com/matt-42/lithium cd lithium/ ./vcpkg/bootstrap-vcpkg.sh vcpkg/vcpkg install cmake -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake . cmake --build ....
Hi @makubacki Thanks for opening this issue. > Can you please help provide more information about what is going on? It seems that your build environment is triggering a bug...
Thanks. I don't see anything that is particularly of interest in that output. I'll file an internal issue for this, so we can schedule looking further into this.
Hi @eygraber, thanks for your question. Could you point me to a an actions workflow run that shows the problems you mention? Thanks.
The time out issue is non-critical. This is GitHub not reporting back on time to the action that the results have been uploaded. If the scan results should still show...
Note that for Gradle the `--no-deamon` option needs to be specified. See here: https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/creating-codeql-databases#specifying-build-commands under "Java project built using Gradle".
Is it doing some kind of build artifact caching somewhere, because the logs contain suspiciously little.
Good to hear! Shall we close this issue?
Thanks for raising this issue and opening a PR.