Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Add release notes for 3.29.7
  • Loading branch information
henrymercer authored Aug 8, 2025
commit 29ac3cefbb645d41622f6f9baa1415e06d73cf06
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

- Fix an issue where the Action would autodetect unsupported languages such as HTML. [#3015](https://github.com/github/codeql-action/pull/3015)

## 3.29.7 - 07 Aug 2025

This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.

## 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
Loading