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
.
check-spelling
/
github-codeql-action
Public
forked from
jsoref/github-codeql-action
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
github-codeql-action
src
codeql.test.ts
on
main
User selector
All users
All time
Commit history
Commits on Oct 1, 2024
Refactor: Pull out generic tool invocation functionality
henrymercer
committed
1aa7f6f
View commit details
Copy full SHA for 1aa7f6f
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
Use zstd bundle by default when feature flag enabled
henrymercer
committed
ac3fca3
View commit details
Copy full SHA for ac3fca3
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Add telemetry for time spent extracting CodeQL bundle
henrymercer
committed
50357f5
View commit details
Copy full SHA for 50357f5
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Remove CLI version lookup based on release assets
Show description for 0407820
henrymercer
committed
0407820
View commit details
Copy full SHA for 0407820
View code at this point
Browse repository at this point
Remove supporting code for CodeQL 2.13.0 through 2.13.4
henrymercer
committed
48c11ed
View commit details
Copy full SHA for 48c11ed
View code at this point
Browse repository at this point
Remove 2.12.6 from tests
henrymercer
committed
a140442
View commit details
Copy full SHA for a140442
View code at this point
Browse repository at this point
Remove unneeded code for 2.13.4 and earlier
henrymercer
committed
0763ccf
View commit details
Copy full SHA for 0763ccf
View code at this point
Browse repository at this point
Remove GHES 3.9 from supported versions
henrymercer
committed
84f2bfe
View commit details
Copy full SHA for 84f2bfe
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Refactor all doc URLs into their own enum
angelapwen
committed
7ad1090
View commit details
Copy full SHA for 7ad1090
View code at this point
Browse repository at this point
Make all instances of doc links in logs clickable
angelapwen
committed
7cb4b5a
View commit details
Copy full SHA for 7cb4b5a
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
Classify autobuild errors as configuration errors
angelapwen
committed
b516521
View commit details
Copy full SHA for b516521
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Merge branch 'main' into henrymercer/enable-direct-tracing
henrymercer
committed
0669d18
View commit details
Copy full SHA for 0669d18
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Recognize internal fatal errors too
henrymercer
committed
01bde73
View commit details
Copy full SHA for 01bde73
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
Enable direct tracing the autobuild build mode by default
henrymercer
committed
a52b209
View commit details
Copy full SHA for a52b209
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
Enable `no-unsafe-return` rule
henrymercer
committed
1ea11ca
View commit details
Copy full SHA for 1ea11ca
View code at this point
Browse repository at this point
Enable unsafe call rule
henrymercer
committed
e7d04fd
View commit details
Copy full SHA for e7d04fd
View code at this point
Browse repository at this point
Commits on May 9, 2024
Don't call `trace-command` when the indirect tracer has already been started
henrymercer
committed
7a6352f
View commit details
Copy full SHA for 7a6352f
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Merge branch 'main' into henrymercer/ignore-already-specified-flags
henrymercer
committed
ef66aea
View commit details
Copy full SHA for ef66aea
View code at this point
Browse repository at this point
Add regression test for double `--overwrite`
henrymercer
committed
8566d50
View commit details
Copy full SHA for 8566d50
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
Run autobuild script via direct tracing when feature enabled
henrymercer
committed
cbe29f5
View commit details
Copy full SHA for cbe29f5
View code at this point
Browse repository at this point
Use direct tracing when autobuild build mode specified
Show description for e37d0f3
henrymercer
committed
e37d0f3
View commit details
Copy full SHA for e37d0f3
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
Remove support for CodeQL v2.12.5 and earlier
henrymercer
committed
1a60a91
View commit details
Copy full SHA for 1a60a91
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
Only pass `--new-analysis-summary` if it is not default behavior
henrymercer
committed
eda4878
View commit details
Copy full SHA for eda4878
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Truncate autobuild errors to 10 lines
henrymercer
committed
3edd1bf
View commit details
Copy full SHA for 3edd1bf
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
Surface autobuild errors from stderr stream
henrymercer
committed
88b28eb
View commit details
Copy full SHA for 88b28eb
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
Bump verbosity of `database finalize` in debug mode
henrymercer
committed
070b051
View commit details
Copy full SHA for 070b051
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
Add common CLI configuration error categories (#2130)
Show description for 7b30fef
angelapwen
and
henrymercer
authored
7b30fef
View commit details
Copy full SHA for 7b30fef
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
Refactor configuration errors (#2105)
Show description for 1515e2b
angelapwen
authored
1515e2b
View commit details
Copy full SHA for 1515e2b
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Refactoring: Introduce common method to stub a config
Show description for d2e867f
henrymercer
committed
d2e867f
View commit details
Copy full SHA for d2e867f
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
Remove code specific to GitHub AE
henrymercer
committed
415881f
View commit details
Copy full SHA for 415881f
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
Remove parsing of `queries`, `packs`, `paths`, and `pathsIgnore`
henrymercer
committed
f65fc6a
View commit details
Copy full SHA for f65fc6a
View code at this point
Browse repository at this point
Remove CliConfigFileEnabled feature flag
henrymercer
committed
fa98ec0
View commit details
Copy full SHA for fa98ec0
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
Remove CodeQL version guards for 2.11.5 and earlier
henrymercer
committed
a36fc67
View commit details
Copy full SHA for a36fc67
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Remove feature flag for analysis summary v2
henrymercer
committed
2cbabea
View commit details
Copy full SHA for 2cbabea
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Bump CLI version for new analysis summaries to v2.15.0
Show description for 2a7218b
henrymercer
committed
2a7218b
View commit details
Copy full SHA for 2a7218b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.