CI: add CodeQL workflow test
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 2 Mar 2024 16:23:47 +0000 (17:23 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 2 Mar 2024 16:35:28 +0000 (17:35 +0100)
commit510157049fab700eaddad45bfcc93bddd28fcd61
treec15ef1bc752a24009b3756c103a67b5d09ec2f47
parent13d0432750d376a6211d92aa36252e0e92c55e52
CI: add CodeQL workflow test

Add CodeQL workflow test to catch security vulnerabilities and enable
suggestion for better code.

All the dependency comes from the build-ubox workflow but all is built
on ubuntu instead of alpine image.

CodeQL queries enabled: security-and-quality

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/codeql.yml [new file with mode: 0644]