]> git.proxmox.com Git - mirror_zfs.git/commit
Add CodeQL workflow
authorRichard Yao <richard.yao@alumni.stonybrook.edu>
Thu, 27 Oct 2022 16:36:17 +0000 (09:36 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 16:36:17 +0000 (09:36 -0700)
commitc8ae0ca11a8c61f5e29e05d95feb823dbabb25e2
treec8f6d414a77a501a0d30143907aea6a74f1e2570
parent07de86923bcb78352a4f4ffef02408f9a7dc794e
Add CodeQL workflow

CodeQL is a static analyzer from github with a very low false positive
rate. We have long wanted to have static analysis runs done on every
pull request and using CodeQL, we can.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Andrew Innes <andrew.c12@gmail.com>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14087
.github/workflows/codeql.yml [new file with mode: 0644]