Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql-action
Public
Notifications
You must be signed in to change notification settings
Fork
488
Star
1.6k
Code
Issues
159
Pull requests
34
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql-action
src
on
default-setup-testing
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
Address review feedback on overlay disk flags
Show description for 1aef003
henrymercer
and
Copilot
committed
1aef003
View commit details
Copy full SHA for 1aef003
View code at this point
Browse repository at this point
Merge main into overlay minimum disk feature branch
Show description for 508b83b
henrymercer
and
Copilot
committed
508b83b
View commit details
Copy full SHA for 508b83b
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Make `EACCES` a `ConfigurationError`
mbg
committed
47fa622
View commit details
Copy full SHA for 47fa622
View code at this point
Browse repository at this point
Refactor `ENOSPC` check into `isDiskConfigurationError` function
mbg
committed
45693cc
View commit details
Copy full SHA for 45693cc
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
Log unexpected conditions during caching CLI output
mario-campos
committed
c56f48e
View commit details
Copy full SHA for c56f48e
View code at this point
Browse repository at this point
Merge branch 'main' into mario-campos/version-cache-to-disk
Show description for aa0eadc
mario-campos
committed
aa0eadc
View commit details
Copy full SHA for aa0eadc
View code at this point
Browse repository at this point
Change cache key to string type to include CLI args
mario-campos
committed
43250d6
View commit details
Copy full SHA for 43250d6
View code at this point
Browse repository at this point
Re-order `env` to be first argument for consistency
mario-campos
committed
2d49edb
View commit details
Copy full SHA for 2d49edb
View code at this point
Browse repository at this point
Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
Show description for 9310334
mbg
authored
9310334
View commit details
Copy full SHA for 9310334
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
Bolster output-cache unit tests with more test cases
mario-campos
committed
6dc6332
View commit details
Copy full SHA for 6dc6332
View code at this point
Browse repository at this point
Change `OutputCache` to use object for `entries`
Show description for 6c0d901
mario-campos
committed
6c0d901
View commit details
Copy full SHA for 6c0d901
View code at this point
Browse repository at this point
Expand test to ensure it does not throw an exception
mario-campos
committed
bf96b0d
View commit details
Copy full SHA for bf96b0d
View code at this point
Browse repository at this point
Rename `CommandCacheRecord` -> `OutputCache`
mario-campos
committed
337136a
View commit details
Copy full SHA for 337136a
View code at this point
Browse repository at this point
Export CLI cache types
mario-campos
committed
a9baab8
View commit details
Copy full SHA for a9baab8
View code at this point
Browse repository at this point
Pass environment explicitly to CLI caching functions
mario-campos
committed
33d7086
View commit details
Copy full SHA for 33d7086
View code at this point
Browse repository at this point
Drop `logger` from `databaseInitCluster` in interface
mbg
committed
38055a3
View commit details
Copy full SHA for 38055a3
View code at this point
Browse repository at this point
Make `logger` available to `getCodeQLForCmd`
mbg
committed
dc1b98a
View commit details
Copy full SHA for dc1b98a
View code at this point
Browse repository at this point
Update default bundle to codeql-bundle-v2.26.3
github-actions[bot]
committed
0e8a5d9
View commit details
Copy full SHA for 0e8a5d9
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Rename type to better match generic intention
mario-campos
committed
40f80a8
View commit details
Copy full SHA for 40f80a8
View code at this point
Browse repository at this point
Generalize file cache data structure
mario-campos
committed
b222c3a
View commit details
Copy full SHA for b222c3a
View code at this point
Browse repository at this point
Update JSDoc of `getCachedCodeQlVersion`
mario-campos
committed
11569df
View commit details
Copy full SHA for 11569df
View code at this point
Browse repository at this point
Move `VersionInfo`-related types to `cli/output-cache.ts`
Show description for 0a99875
mario-campos
committed
0a99875
View commit details
Copy full SHA for 0a99875
View code at this point
Browse repository at this point
Move `VersionInfo` to dedicated module
mario-campos
committed
246018e
View commit details
Copy full SHA for 246018e
View code at this point
Browse repository at this point
Move cache-related util functions into dedicated module
mario-campos
committed
1332611
View commit details
Copy full SHA for 1332611
View code at this point
Browse repository at this point
Introduce basic `cli/output-cache.ts` module
mario-campos
committed
4dc327a
View commit details
Copy full SHA for 4dc327a
View code at this point
Browse repository at this point
Add test of `getCachedCodeQlVersion` with no file
mario-campos
committed
bb19330
View commit details
Copy full SHA for bb19330
View code at this point
Browse repository at this point
Refactor unit test to extract testing values
mario-campos
committed
0e85c0e
View commit details
Copy full SHA for 0e85c0e
View code at this point
Browse repository at this point
Fix JSDoc of `env` param
mario-campos
committed
bfcd769
View commit details
Copy full SHA for bfcd769
View code at this point
Browse repository at this point
Simplify JSDoc of `getCachedCodeQlVersion`
Show description for 208a88a
mario-campos
and
mbg
authored
208a88a
View commit details
Copy full SHA for 208a88a
View code at this point
Browse repository at this point
Remove `v2` from test title
mbg
committed
f47bb7b
View commit details
Copy full SHA for f47bb7b
View code at this point
Browse repository at this point
Promote `OverlayAnalysisResourceChecksV2`
Show description for c205ff6
mbg
committed
c205ff6
View commit details
Copy full SHA for c205ff6
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
Handle file-read errors as cache misses
Show description for 9183a7b
mario-campos
committed
9183a7b
View commit details
Copy full SHA for 9183a7b
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
Persist CodeQL version output to file rather than environment
mario-campos
committed
5f8c44b
View commit details
Copy full SHA for 5f8c44b
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
Fix the memory check debug message at equality
Show description for 794f5bc
henrymercer
and
Copilot
committed
794f5bc
View commit details
Copy full SHA for 794f5bc
View code at this point
Browse repository at this point
Address review feedback on the disk space check
Show description for 5410981
henrymercer
and
Copilot
committed
5410981
View commit details
Copy full SHA for 5410981
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.