.github/workflows/codeql-daily.yml #121
Annotations
1 error and 7 warnings
CodeQL-Build
Error running analysis for cpp: Error: Failure invoking /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/codeql with arguments database,run-queries,--ram=14957,--threads=4,/home/runner/work/_temp/codeql_databases/cpp,--min-disk-free=1024,-v,/home/runner/work/_temp/codeql_databases/cpp-queries-builtin.qls.
Exit code 2 and error was:
Writing logs to /home/runner/work/_temp/codeql_databases/cpp/log/database-run-queries-20240808.135102.308.log.
Stringpool size measured as 92307946
Writing logs to /home/runner/work/_temp/codeql_databases/cpp/log/execute-queries-20240808.135102.947.log.
Recording pack reference codeql/cpp-queries at /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0.
Compiling in 3 threads due to RAM limits.
[1/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Critical/DoubleFree.qlx.
[2/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Critical/NewFreeMismatch.qlx.
[3/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Critical/UseAfterFree.qlx.
[4/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Critical/IncorrectCheckScanf.qlx.
[5/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Critical/OverflowStatic.qlx.
[6/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Underspecified Functions/TooFewArguments.qlx.
[7/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Conversion/CastArrayPointerArithmetic.qlx.
[8/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Memory Management/PointerOverflow.qlx.
[9/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Memory Management/SuspiciousCallToStrncat.qlx.
[10/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Memory Management/UsingExpiredStackAddress.qlx.
[11/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Memory Management/AllocaInLoop.qlx.
[12/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.qlx.
[13/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/OO/UnsafeUseOfThis.qlx.
[14/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Arithmetic/SignedOverflowCheck.qlx.
[15/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Arithmetic/IntMultToLong.qlx.
[16/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Arithmetic/BadAdditionOverflowCheck.qlx.
[17/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Format/WrongNumberOfFormatArguments.qlx.
[18/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Format/WrongTypeFormatArguments.qlx.
[19/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/Format/SnprintfOverflow.qlx.
[20/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Likely Bugs/RedundantNullCheckSimple.qlx.
[21/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Security/CWE/CWE-327/BrokenCryptoAlgorithm.qlx.
[22/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Security/CWE/CWE-327/OpenSslHeartbleed.qlx.
[23/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Security/CWE/CWE-497/ExposedSystemData.qlx.
[24/54] Loaded /opt/hostedtoolcache/CodeQL/2.18.1/x64/codeql/qlpacks/codeql/cpp-queries/1.1.0/Security/CWE/CWE-732/UnsafeDaclSecurityDesc
|
CodeQL-Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b, github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22, github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL-Build
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 8 MB
|
CodeQL-Build
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.
|
CodeQL-Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CodeQL-Build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CodeQL-Build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
CodeQL-Build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|