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
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
490
Star
1.6k
Code
Issues
158
Pull requests
33
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add
ActionState
type and make some initial use of it
- #3990
#3990
Merged
mbg
merged 18 commits into
main
github/codeql-action:main
from
mbg/action-state
github/codeql-action:mbg/action-state
Copy head branch name to clipboard
Jul 6, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Add
ActionState
type and make some initial use of it
#3990
mbg
merged 18 commits into
main
github/codeql-action:main
from
mbg/action-state
github/codeql-action:mbg/action-state
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
Add `ActionsEnvVars` enum
mbg
committed
2399df7
View commit details
Copy full SHA for 2399df7
Browse repository at this point
Allow abstracting over `process.env`
mbg
committed
e190547
View commit details
Copy full SHA for e190547
Browse repository at this point
Add initial `ActionState` type
mbg
committed
9b35ab9
View commit details
Copy full SHA for 9b35ab9
Browse repository at this point
Add `TestEnv` class to simplify testing of `ActionState`-dependent functions
mbg
committed
26e9e9e
View commit details
Copy full SHA for 26e9e9e
Browse repository at this point
Add `ActionsEnv` support to `ActionState`
mbg
committed
b009eac
View commit details
Copy full SHA for b009eac
Browse repository at this point
Add common entry point
mbg
committed
9c16c3b
View commit details
Copy full SHA for 9c16c3b
Browse repository at this point
Use the common entry point for `upload-sarif`
mbg
committed
a3a1cdd
View commit details
Copy full SHA for a3a1cdd
Browse repository at this point
Use the common entry point for `setup-codeql`
mbg
committed
6ab762c
View commit details
Copy full SHA for 6ab762c
Browse repository at this point
Use the common entry point for `init`
mbg
committed
6136b93
View commit details
Copy full SHA for 6136b93
Browse repository at this point
Accept `ActionState` in `getConfigFileInput`
mbg
committed
a9ceac1
View commit details
Copy full SHA for a9ceac1
Browse repository at this point
Fix `logger` reference
mbg
committed
fcd9f6c
View commit details
Copy full SHA for fcd9f6c
Browse repository at this point
Use the common entry point for `autobuild`
mbg
committed
772e8e9
View commit details
Copy full SHA for 772e8e9
Browse repository at this point
Use the common entry point for `analyze`
mbg
committed
ceac4af
View commit details
Copy full SHA for ceac4af
Browse repository at this point
Improve some comments
mbg
committed
ef29bf2
View commit details
Copy full SHA for ef29bf2
Browse repository at this point
Commits on Jul 6, 2026
Merge remote-tracking branch 'origin/main' into mbg/action-state
mbg
committed
eba9d55
View commit details
Copy full SHA for eba9d55
Browse repository at this point
Add and use `getDisplayActionName` for log message
mbg
committed
5fa9c0c
View commit details
Copy full SHA for 5fa9c0c
Browse repository at this point
Fix: Use `getTestActionsEnv`
mbg
committed
e34d7fe
View commit details
Copy full SHA for e34d7fe
Browse repository at this point
Improve `FieldsOf`
mbg
committed
d309c0e
View commit details
Copy full SHA for d309c0e
Browse repository at this point
You can’t perform that action at this time.