From a744fb1decf08c0ba3b90f4944b8019c94bee4f5 Mon Sep 17 00:00:00 2001 From: Chuan-kai Lin Date: Tue, 29 Jul 2025 10:00:27 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md for 2.22.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925d692..013ee91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,17 @@ you know what to do). --> +## Release 2.22.2 (2025-07-29) + +### Bug fix + +- Fixes a bug in query suites where the `version` property of an `import` instruction was ignored. Previously, the following query suite would _not_ resolve to `v1.0.19` of `codeql/csharp-queries`. Instead it would resolve to the latest version. This is now fixed and the resolve pack version would be `v1.0.19`. + ``` + - from: codeql/csharp-queries + import: codeql-suites/csharp-security-and-quality.qls + version: 1.0.19 + ``` + ## Release 2.22.1 (2025-06-26) ### New features From d2abcd0678d06f9bb0375bc74e0bb4bda392014b Mon Sep 17 00:00:00 2001 From: Chuan-kai Lin Date: Wed, 6 Aug 2025 13:28:32 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md for 2.22.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013ee91..6ee09a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ you know what to do). --> +## Release 2.22.3 (2025-08-06) + +### New features + +- The `codeql database cleanup` command now takes the `--cache-cleanup=overlay` + option, which trims the cache to just the data that will be useful when + evaluating against an overlay. + ## Release 2.22.2 (2025-07-29) ### Bug fix