]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA/codeql: re-enable for C with the default query pack
authorViktor Szakats <commit@vsz.me>
Thu, 11 Sep 2025 17:50:40 +0000 (19:50 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 12 Sep 2025 09:03:44 +0000 (11:03 +0200)
commitcc50f05370981e4933504e8aaec6b15880ff847f
tree8ec8c59683f1765181147a2031dfcca8a95a9f01
parentbbdb869ec7e708d12128784a13a1b9e34c67b450
GHA/codeql: re-enable for C with the default query pack

Earlier we used `security-extended` and tried `security-and-quality`.
Try the default to see how it works.

CodeQL no longer uses the project's Actions cache, also fixing
the previously seen repeat cache entry issue.

- switch to `manual` build. It's 3x faster than the default `autobuild`.
- enable more dependencies to increase coverage.
- docs/tests/CI.md: re-add CodeQL.

Ref: https://docs.github.com/en/code-security/code-scanning/managing-your-code-scanning-configuration/codeql-query-suites
Ref: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
Ref: #16263
Ref: 173805b2e76960de5c51fd5fe64286d8ac81f1ff #15798

Closes #18528
.github/scripts/spellcheck.words
.github/workflows/codeql.yml
docs/tests/CI.md