File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
5
5
## [ UNRELEASED]
6
6
7
7
- Fix bug in PR analysis where user-provided ` include ` query filter fails to exclude non-included queries. [ #2938 ] ( https://github.com/github/codeql-action/pull/2938 )
8
+ - Update default CodeQL bundle version to 2.22.1. [ #2950 ] ( https://github.com/github/codeql-action/pull/2950 )
8
9
9
10
## 3.29.0 - 11 Jun 2025
10
11
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.22.0 " ,
3
- "cliVersion" : " 2.22.0 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.21.4 " ,
5
- "priorCliVersion" : " 2.21.4 "
2
+ "bundleVersion" : " codeql-bundle-v2.22.1 " ,
3
+ "cliVersion" : " 2.22.1 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.22.0 " ,
5
+ "priorCliVersion" : " 2.22.0 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.22.0 " ,
3
- "cliVersion" : " 2.22.0 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.21.4 " ,
5
- "priorCliVersion" : " 2.21.4 "
2
+ "bundleVersion" : " codeql-bundle-v2.22.1 " ,
3
+ "cliVersion" : " 2.22.1 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.22.0 " ,
5
+ "priorCliVersion" : " 2.22.0 "
6
6
}
You can’t perform that action at this time.
0 commit comments