]> git.ipfire.org Git - thirdparty/samba.git/commit
.github: add CodeQL workflow
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 14 Mar 2025 03:21:41 +0000 (16:21 +1300)
committerRalph Boehme <slow@samba.org>
Sat, 29 Mar 2025 11:34:41 +0000 (11:34 +0000)
commitc8435d71dd4ddc2e7347d43c9b784da440d5f660
tree0832d73f213ad5af251439784b07c123a916c83c
parent0eaf4601d073a6e4d5a026d4a4a9d613aff6a696
.github: add CodeQL workflow

This is the automatically generated config file for CodeQL, a code
query language, which can be used to run bespoke static analysis
tasks.

It is currently set to "autobuild" mode, which in Github's terminology
means it tries `./configure && make`, which fails because configure
looks for packages that aren't installed.

In another commit or two we'll add the necessary bootstrap lines, and
perhaps remove some of the unneeded bits.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
.github/workflows/codeql.yml [new file with mode: 0644]