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
Type
/
to 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
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
9.9k
Code
Issues
996
Pull requests
446
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
csharp
ql
src
on
codeql-cli/v2.25.4
User selector
All users
All time
Commit history
Commits on May 5, 2026
Release preparation for version 2.25.4
github-actions[bot]
committed
88e1d86
View commit details
Copy full SHA for 88e1d86
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
C#: Replace Ssa::ExplicitDefinition with SsaExplicitWrite.
aschackmull
committed
dc34b10
View commit details
Copy full SHA for dc34b10
View code at this point
Browse repository at this point
C#: Replace most uses of Ssa::Definition with SsaDefinition.
aschackmull
committed
c88a22c
View commit details
Copy full SHA for c88a22c
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
Merge pull request #21565 from aschackmull/csharp/cfg2
Show description for f912731
aschackmull
authored
f912731
View commit details
Copy full SHA for f912731
View code at this point
Browse repository at this point
C#: Deprecate ControlFlowElement.getAControlFlowNode and remove some splitting quantification.
aschackmull
committed
a2a4e82
View commit details
Copy full SHA for a2a4e82
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Post-release preparation for codeql-cli-2.25.3
github-actions[bot]
committed
a0bab53
View commit details
Copy full SHA for a0bab53
View code at this point
Browse repository at this point
Release preparation for version 2.25.3
github-actions[bot]
committed
c861d99
View commit details
Copy full SHA for c861d99
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
Add change note
hvitved
committed
7bfdfbe
View commit details
Copy full SHA for 7bfdfbe
View code at this point
Browse repository at this point
C#: Improve alert message for `RedundantToStringCall.ql`
hvitved
committed
0235df8
View commit details
Copy full SHA for 0235df8
View code at this point
Browse repository at this point
C#: Fix FPs in `RedundantToStringCall.ql`
hvitved
committed
426962e
View commit details
Copy full SHA for 426962e
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
Merge branch 'main' into post-release-prep/codeql-cli-2.25.2
henrymercer
authored
43c9b95
View commit details
Copy full SHA for 43c9b95
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
C#: Introduce Expr.getIntValue.
aschackmull
committed
d3e580f
View commit details
Copy full SHA for d3e580f
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
C#: Improve perf of UnsynchronizedStaticAccess.ql.
aschackmull
committed
452913f
View commit details
Copy full SHA for 452913f
View code at this point
Browse repository at this point
C#: Fix some bad join orders.
aschackmull
committed
bfbd0f7
View commit details
Copy full SHA for bfbd0f7
View code at this point
Browse repository at this point
C#: Fix UncheckedCastInEquals.
aschackmull
committed
700d56f
View commit details
Copy full SHA for 700d56f
View code at this point
Browse repository at this point
C#: Replace CFG.
aschackmull
committed
ff978d1
View commit details
Copy full SHA for ff978d1
View code at this point
Browse repository at this point
C#: Rename ControlFlow::BasicBlock to BasicBlock.
aschackmull
committed
9cf9a36
View commit details
Copy full SHA for 9cf9a36
View code at this point
Browse repository at this point
C#: Update some references in preparation for CFG swap.
aschackmull
committed
03f6bdb
View commit details
Copy full SHA for 03f6bdb
View code at this point
Browse repository at this point
C#: Rename ControlFlow::Node to ControlFlowNode.
aschackmull
committed
61976e3
View commit details
Copy full SHA for 61976e3
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
Post-release preparation for codeql-cli-2.25.2
github-actions[bot]
committed
242090e
View commit details
Copy full SHA for 242090e
View code at this point
Browse repository at this point
Release preparation for version 2.25.2
github-actions[bot]
committed
4fe2f6d
View commit details
Copy full SHA for 4fe2f6d
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
C#: Deprecate get[L|R]Value predicates.
michaelnebel
committed
9c095bc
View commit details
Copy full SHA for 9c095bc
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Merge pull request #21599 from aschackmull/csharp/constantcondition-simplify
Show description for 2bde364
aschackmull
authored
2bde364
View commit details
Copy full SHA for 2bde364
View code at this point
Browse repository at this point
C#: Add change note.
aschackmull
committed
29500c7
View commit details
Copy full SHA for 29500c7
View code at this point
Browse repository at this point
C#: Remove redundant ConstantComparison.ql query.
aschackmull
committed
2a54dce
View commit details
Copy full SHA for 2a54dce
View code at this point
Browse repository at this point
C#: Simplify the ConstantCondition query.
aschackmull
committed
056be6d
View commit details
Copy full SHA for 056be6d
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
Merge branch 'main' of https://github.com/github/codeql into post-release-prep/codeql-cli-2.25.1
oscarsj
committed
59eec7f
View commit details
Copy full SHA for 59eec7f
View code at this point
Browse repository at this point
Post-release preparation for codeql-cli-2.25.1
github-actions[bot]
committed
ce6e6d5
View commit details
Copy full SHA for ce6e6d5
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
C#: Fix bad join in cs/coalesce-of-identical-expressions.
michaelnebel
committed
a402ce5
View commit details
Copy full SHA for a402ce5
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
Release preparation for version 2.25.1
github-actions[bot]
committed
fb01184
View commit details
Copy full SHA for fb01184
View code at this point
Browse repository at this point
Release preparation for version 2.25.1
github-actions[bot]
committed
8cf0954
View commit details
Copy full SHA for 8cf0954
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
C#: Upgrade libraries and queries to use the new Operation classes.
michaelnebel
committed
5167331
View commit details
Copy full SHA for 5167331
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Merge branch 'main' into post-release-prep/codeql-cli-2.25.0
oscarsj
authored
2139b97
View commit details
Copy full SHA for 2139b97
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
Post-release preparation for codeql-cli-2.25.0
github-actions[bot]
committed
e3dbf5b
View commit details
Copy full SHA for e3dbf5b
View code at this point
Browse repository at this point
Release preparation for version 2.25.0
github-actions[bot]
committed
d605575
View commit details
Copy full SHA for d605575
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.