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 }}
github
/
codeql-action
Public
Notifications
You must be signed in to change notification settings
Fork
493
Star
1.6k
Code
Issues
157
Pull requests
31
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
codeql-bundle-20200630
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2020
Merge pull request #88 from github/fail-fast
Show description for e0299c3
robertbrignull
authored
e0299c3
View commit details
Copy full SHA for e0299c3
Browse repository at this point
Remove `strategy: fail-fast`
robertbrignull
authored
aad14bf
View commit details
Copy full SHA for aad14bf
Browse repository at this point
Commits on Jun 26, 2020
Merge pull request #86 from github/correct-test-description
Show description for a08742f
rneatherway
authored
a08742f
View commit details
Copy full SHA for a08742f
Browse repository at this point
Correct copy/pasted test description
rneatherway
committed
151d531
View commit details
Copy full SHA for 151d531
Browse repository at this point
Merge pull request #85 from github/non-empty-env-vars
Show description for 504c8cf
rneatherway
authored
504c8cf
View commit details
Copy full SHA for 504c8cf
Browse repository at this point
Simplify singleton tests by removing the loop
rneatherway
committed
a0d4330
View commit details
Copy full SHA for a0d4330
Browse repository at this point
getRequiredEnvParams must be non-empty
rneatherway
committed
bb9ed79
View commit details
Copy full SHA for bb9ed79
Browse repository at this point
Merge pull request #82 from github/octokit
Show description for 1754806
chrisgavin
authored
1754806
View commit details
Copy full SHA for 1754806
Browse repository at this point
Merge branch 'main' into octokit
chrisgavin
committed
ef50797
View commit details
Copy full SHA for ef50797
Browse repository at this point
Commits on Jun 25, 2020
Merge pull request #84 from github/remove_git_dependency
Show description for 96d02d5
robertbrignull
authored
96d02d5
View commit details
Copy full SHA for 96d02d5
Browse repository at this point
fall back to GITHUB_SHA env var if git is not available
robertbrignull
committed
0fdc2c7
View commit details
Copy full SHA for 0fdc2c7
Browse repository at this point
Merge pull request #83 from github/aborted_completed_at
Show description for 28944b5
robertbrignull
authored
28944b5
View commit details
Copy full SHA for 28944b5
Browse repository at this point
Include completed_at when action is aborted
robertbrignull
committed
50a2815
View commit details
Copy full SHA for 50a2815
Browse repository at this point
Commits on Jun 24, 2020
Merge pull request #81 from github/report-action-aborted
Show description for 6846c70
Alex Kalyvitis
authored
6846c70
View commit details
Copy full SHA for 6846c70
Browse repository at this point
Merge branch 'main' into report-action-aborted
Alex Kalyvitis
authored
559e260
View commit details
Copy full SHA for 559e260
Browse repository at this point
Merge pull request #79 from github/only-output-on-failure
Show description for 5bb9e6e
robertbrignull
authored
5bb9e6e
View commit details
Copy full SHA for 5bb9e6e
Browse repository at this point
Manually convert response.data to a JSON string.
chrisgavin
committed
464ce1b
View commit details
Copy full SHA for 464ce1b
Browse repository at this point
add missing semicolon
Alex Kalyvitis
committed
8530f5b
View commit details
Copy full SHA for 8530f5b
Browse repository at this point
fix typo and throw error when languages are not detected
Alex Kalyvitis
committed
a67896b
View commit details
Copy full SHA for a67896b
Browse repository at this point
Merge branch 'main' into only-output-on-failure
robertbrignull
authored
b3ffa76
View commit details
Copy full SHA for b3ffa76
Browse repository at this point
reformat remaining 4 space indentations
Alex Kalyvitis
committed
3871ca7
View commit details
Copy full SHA for 3871ca7
Browse repository at this point
Merge branch 'main' into report-action-aborted
Alex Kalyvitis
committed
a091618
View commit details
Copy full SHA for a091618
Browse repository at this point
Merge pull request #80 from github/symlinks_test
Show description for 04adf2b
robertbrignull
authored
04adf2b
View commit details
Copy full SHA for 04adf2b
Browse repository at this point
Commits on Jun 23, 2020
Use a single Octokit client for everything rather than a bunch of Octokits and an HTTP client.
chrisgavin
committed
74c48f7
View commit details
Copy full SHA for 74c48f7
Browse repository at this point
run tslint --fix
Alex Kalyvitis
committed
b8ac06a
View commit details
Copy full SHA for b8ac06a
Browse repository at this point
make the temporary directory in tests a symlink
robertbrignull
committed
7581ac8
View commit details
Copy full SHA for 7581ac8
Browse repository at this point
report action has aborted
Alex Kalyvitis
committed
af252d2
View commit details
Copy full SHA for af252d2
Browse repository at this point
fix indentation
robertbrignull
committed
cb384e7
View commit details
Copy full SHA for cb384e7
Browse repository at this point
Merge remote-tracking branch 'origin/main' into only-output-on-failure
robertbrignull
committed
403832b
View commit details
Copy full SHA for 403832b
Browse repository at this point
handle Uint8Array
robertbrignull
committed
52e5243
View commit details
Copy full SHA for 52e5243
Browse repository at this point
Merge pull request #77 from nickrolfe/nickrolfe/codeql.exe
Show description for bc21c8f
robertbrignull
authored
bc21c8f
View commit details
Copy full SHA for bc21c8f
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into nickrolfe/codeql.exe
nickrolfe
committed
9a784b1
View commit details
Copy full SHA for 9a784b1
Browse repository at this point
Merge pull request #78 from github/fix-indentation
Show description for b3c9d6f
chrisgavin
authored
b3c9d6f
View commit details
Copy full SHA for b3c9d6f
Browse repository at this point
Merge branch 'main' into nickrolfe/codeql.exe
robertbrignull
authored
f009c4c
View commit details
Copy full SHA for f009c4c
Browse repository at this point
Call codeql.exe rather than codeql.cmd wrapper on Windows
nickrolfe
committed
852d99d
View commit details
Copy full SHA for 852d99d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.