This repository is used as a controller for running CodeQL variant analysis.
- Provides GitHub Actions environment for CodeQL variant analysis
- Enables running queries at scale across multiple repositories
- Maintains analysis history and results
This repository is configured as the controller repository in VS Code CodeQL extension settings.
To use this repository as your controller repository:
- Open VS Code with CodeQL extension
- Open Command Palette (Cmd+Shift+P)
- Search for "CodeQL: Set Controller Repository"
- Enter:
flyfei-cmd/codeql-controller
Or update your VS Code settings.json:
{
"codeQL.variantAnalysis.controllerRepo": "flyfei-cmd/codeql-controller"
}- Repository must have at least one commit (✓)
- GitHub Actions must be enabled (✓)
- User must have write access to this repository (✓)