]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: add codeql code-scanning action
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 14 Sep 2024 15:12:33 +0000 (16:12 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 02:59:23 +0000 (21:59 -0500)
commit317c8453f29c90d6a309774fe8a103e1c410e8bb
treeabfc678bc70b008c0119ee771fa51406f5949148
parentcb233f4357e753ee6034fef9c2d00f470d3d6b56
ci: add codeql code-scanning action

Effectively a trimmed down copy of main.yml, running only on
ubuntu-22.04 for now.

The action flags a handful of interesting issues and allows us to
prevent more from creeping in.

The action does not need need docs/manpages so we disable those.

v2:
 - script lives in .github/

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/132
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/codeql.yml [new file with mode: 0644]