Skip to content

Commit a744fb1

Browse files
committed
Update CHANGELOG.md for 2.22.2
1 parent 37a1db6 commit a744fb1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.22.2 (2025-07-29)
21+
22+
### Bug fix
23+
24+
- 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`.
25+
```
26+
- from: codeql/csharp-queries
27+
import: codeql-suites/csharp-security-and-quality.qls
28+
version: 1.0.19
29+
```
30+
2031
## Release 2.22.1 (2025-06-26)
2132

2233
### New features

0 commit comments

Comments
 (0)