summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql-analysis.yml
AgeCommit message (Collapse)Author
2025-01-08CI: remove codeqlDylan Baker
It rarely finds real issues that other scanners (pylint, flake8, mypy) don't find, and gives lots of useless and annoying errors that clutter discussions
2024-07-30ci: Update codeql-analysis action to fix deprecationsNirbheek Chauhan
2024-07-30ci: Update to checkout@v4 to squelch node warningsNirbheek Chauhan
Keep using v3 for Bionic because of https://github.com/mesonbuild/meson/pull/13424
2023-01-01CI: bypass the cache and install codeql latestEli Schwartz
fixes instability in precise version of tools resulting in some runners getting a downgraded version and producing spuriously fixed/reintroduced codeql alerts.
2022-11-28Add github's CodeQL scanner to CI.Eli Schwartz
lgtm.com was acquired by github. It is deprecated and on its way out, because they've integrated the functionality itself into github. Take a look at what its official replacement can do. This does run as yet another Actions slot, which is already fairly excessive, but the average runtime seems about 5 minutes so that's not too bad...