From 1ebe9749ba4d4fc7a4d4f4cb900c8c2fd6a52893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 27 Mar 2026 09:44:04 +0000 Subject: [PATCH 1/7] Update changelog for release 2.25.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489bd40..4f60231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,16 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> +## Release 2.25.1 (2026-03-27) + +### Bug Fixes + +- Fixed a bug where extraction could fail on YAML files containing emoji.Collapse commentComment on lines R24 to R25henrymercer commented on Mar 26, 2026 henrymerceron Mar 26, 2026More actions + +### Miscellaneous + +- Upgraded snakeyaml (which is a dependency of jackson-dataformat-yaml) from 2.3 to 2.6. + ## Release 2.25.0 (2026-03-19) ### Breaking Changes From 0564862bef092139fbd761ee56dc3f2380555ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 27 Mar 2026 10:49:07 +0100 Subject: [PATCH 2/7] Fix YAML extraction bug and upgrade snakeyaml --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f60231..90fb0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ ### Bug Fixes -- Fixed a bug where extraction could fail on YAML files containing emoji.Collapse commentComment on lines R24 to R25henrymercer commented on Mar 26, 2026 henrymerceron Mar 26, 2026More actions +- Fixed a bug where extraction could fail on YAML files containing emoji. ### Miscellaneous From 2c725ac18f6b371750d317f5f98d247c75d4c85b Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 15 Apr 2026 11:44:22 +0100 Subject: [PATCH 3/7] Add changenotes for 2.25.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fb0e7..0e93e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> + +## Release 2.25.2 (2026-04-15) + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.10. + ## Release 2.25.1 (2026-03-27) ### Bug Fixes From 52038d2120bcc5565fa406ca116f901efaa10f00 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 1 May 2026 13:05:14 +0100 Subject: [PATCH 4/7] Add changenotes for 2.25.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e93e38..0e2b723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,17 @@ you know what to do). --> +## Release 2.25.3 (2026-05-01) + +### Improvements + +- The `codeql database finalize` command now accepts the `--working-dir` + flag. When specified, any extractor pre-finalize scripts will be run in + that directory. If the flag is not used, the scripts will run in the source + root directory (maintaining existing behavior). The flag will also be + automatically passed through when running the higher-level + `codeql database create` command. + ## Release 2.25.2 (2026-04-15) ### Miscellaneous From caa82085d08289b56d2f6fea87812e4115c459e4 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Thu, 7 May 2026 15:50:25 +0200 Subject: [PATCH 5/7] Add CodeQL 2.25.4 to CHANGELOG Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b723..1d9dc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,11 @@ you know what to do). --> -## Release 2.25.3 (2026-05-01) +## Release 2.25.4 (2026-05-05) + +- There are no user-facing changes in this release. + +## Release 2.25.3 (2026-04-30) ### Improvements From 697ca25a6968ae01bab1b11ae56c3be5960f588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 22 May 2026 12:32:52 +0200 Subject: [PATCH 6/7] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9dc59..1eba48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> +## Release 2.25.5 (2026-05-21) + +- There are no user-facing changes in this release. ## Release 2.25.4 (2026-05-05) From 09b86de42c26199a1e59caa9f5ad5c81384a3c0d Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 4 Jun 2026 12:03:17 +0100 Subject: [PATCH 7/7] Update changelog for release 2.25.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eba48c..e127ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,19 @@ checklist for a CLI release, you can edit here. But then you know what to do). --> + +## Release 2.25.6 (2026-06-04) + +### Improvements + +- When the `git` executable is available, CodeQL can now obtain configuration and + queries from SHA-256 Git repositories, and infer Git metadata about them. + +### Miscellaneous + +- The build of Eclipse Temurin OpenJDK that is used to run the CodeQL + CLI has been updated to version 21.0.11. + ## Release 2.25.5 (2026-05-21) - There are no user-facing changes in this release.