summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
AgeCommit message (Collapse)Author
46 hoursci: T9082: migrate CodeQL to the central reusable workflowfeature/T9082-codeql-centralYuriy Andamasov
Replaces the standalone legacy workflow copy with a thin caller of vyos/.github codeql-analysis.yml. Also fixes the dead push/pull_request triggers, which referenced the non-existent 'master' branch (only the weekly cron ever ran); triggers now target 'rolling'. SARIF category changes from '/language:python' to the derived caller category; obsolete analyses under the old category are deleted after the first green run (T9082 cutover procedure). 🤖 Generated by [robots](https://vyos.io)
13 daysci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private ↵Yuriy Andamasov
org)
2026-05-06T8463: Update GitHub actions to latest versionsasklymenko
2022-11-10correcting workflowYuriy Andamasov
2022-11-10Adding security scanning Yuriy Andamasov
via CodeQL