Commit graph

6 commits

Author SHA1 Message Date
fusion44
ba78b10aa2
ci: modernize the CodeQL workflow
Some checks are pending
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
- run on the actual default branch: the workflow only triggered on
  main, but the default branch is dev, so pushes were never analyzed
- bump github/codeql-action from the deprecated v1/v2 to v4 and
  actions/checkout from v2 (node12, disabled by GitHub) to v7
- fix the stale paths-ignore: the generated protos moved from
  app/repositories/ln_impl/protos to app/lightning/impl/protos long
  ago, and exclude them from the analysis itself via the init config
  (trigger-level paths-ignore only affects when the workflow runs)
- also scan the GitHub Actions workflows (language: actions)
- drop the Autobuild step (a no-op for Python) and the template
  boilerplate comments
- allow manual CodeQL runs via workflow_dispatch

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 18:01:57 +02:00
fusion44
f141f2fc46
chore: make pre-commit happy 2022-07-31 18:04:38 +02:00
fusion44
2f2a59befd
chore: update issue templates 2022-07-31 16:50:45 +02:00
Stefan Stammberger
89676b4c17
chore: exclude lnd grpc files from code scanning 2021-08-14 13:08:34 +02:00
fusion44
ee41a2a8e5
Create codacy-analysis.yml 2021-08-13 14:30:13 +02:00
fusion44
2ff4d1efb2
Create codeql-analysis.yml 2021-08-13 14:28:33 +02:00