summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2025-03-29.github: CodeQL triggers on current branchesDouglas Bagnall1-2/+2
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Sat Mar 29 12:38:10 UTC 2025 on atb-devel-224
2025-03-29.gitlab: CodeQL runner runs a bootstrap.shDouglas Bagnall1-8/+5
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Martin Schwenke <martin@meltin.net>
2025-03-29.github: add CodeQL workflowDouglas Bagnall1-0/+100
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>