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
CodeQL is GitHub's native offering of a static code analyzer, and hence
integrates with GitHub Actions better than any other static code
analyzer.
By default, it comes with a large range of "queries" that test for
common code patterns that should be avoided.
For now, we only target source code written in C, via the `language:
cpp` directive. Just in case that other languages should be targeted,
too, this GitHub workflow job is set up as a matrix job to make that
easier in the future.
For full documentation, see
https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql
Co-authored-by: Pierre Tempel <[email protected]>
Co-authored-by: Arthur Baars <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments