Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f8c2086
Prefer providing CodeQL via dependency injection
henrymercer Aug 7, 2025
8e6104d
Merge branch 'main' into henrymercer/prefer-injecting-codeql
henrymercer Aug 7, 2025
4a32399
Merge pull request #3011 from github/henrymercer/prefer-injecting-codeql
henrymercer Aug 7, 2025
3c7d12c
Update changelog and version after v3.29.6
github-actions[bot] Aug 7, 2025
e1be6ef
Update checked-in dependencies
github-actions[bot] Aug 7, 2025
afbbdf5
Merge pull request #3013 from github/mergeback/v3.29.6-to-main-a4e1a019
cklin Aug 7, 2025
ddc8e21
Allow running rebuild workflow on workflow dispatch
henrymercer Aug 7, 2025
3425bf9
Use updated output API
henrymercer Aug 7, 2025
2ee230f
Update .github/workflows/rebuild.yml
henrymercer Aug 7, 2025
bf301d1
Finish merge if in progress
henrymercer Aug 7, 2025
1fd38a4
Improve logging
henrymercer Aug 7, 2025
2afb4e6
Avoid specifying branch unnecessarily
henrymercer Aug 7, 2025
bd62bf4
Finish in-progress merges
henrymercer Aug 7, 2025
5794ffc
Fix auto-detection of extractors that aren't languages
henrymercer Aug 7, 2025
6b4fedc
Bump Action patch version
henrymercer Aug 7, 2025
6bc91d6
Add changelog note
henrymercer Aug 7, 2025
6fe50b2
Merge pull request #3015 from github/henrymercer/language-autodetecti…
henrymercer Aug 7, 2025
679a40d
Merge pull request #3014 from github/henrymercer/rebuild-dispatch
henrymercer Aug 8, 2025
737cfde
Update changelog for v3.29.8
github-actions[bot] Aug 8, 2025
29ac3ce
Add release notes for 3.29.7
henrymercer Aug 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## [UNRELEASED]

No user facing changes.

## 3.29.6 - 07 Aug 2025

- The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [#2999](https://github.com/github/codeql-action/pull/2999)
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.29.6",
"version": "3.29.7",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down
Loading