mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #38] Auto-download CodeQL query packs before analysis #45
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/38
Author: @AndrewMohawk
Created: 12/22/2025
Status: 🔄 Open
Base:
main← Head:fix/codeql-auto-download-packs📝 Commits (1)
f08f80aAuto-download CodeQL query packs before analysis📊 Changes
1 file changed (+45 additions, -0 deletions)
View changed files
📝
packages/codeql/query_runner.py(+45 -0)📄 Description
Summary
_ensure_pack_downloaded()method to QueryRunnerProblem
When running CodeQL analysis, the query packs need to be downloaded first:
Solution
Automatically download query packs before analysis by extracting the pack name from the suite reference and calling
codeql pack download.Test plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.