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 @@ -8,6 +8,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
8
8
The ` actions ` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the ` actions ` language _ and_ you have pinned
9
9
your ` tools: ` property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
10
10
` actions ` analysis.
11
+ - Update default CodeQL bundle version to 2.21.4. [ #2910 ] ( https://github.com/github/codeql-action/pull/2910 )
11
12
12
13
## 3.28.18 - 16 May 2025
13
14
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.21.3 " ,
3
- "cliVersion" : " 2.21.3 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.21.2 " ,
5
- "priorCliVersion" : " 2.21.2 "
2
+ "bundleVersion" : " codeql-bundle-v2.21.4 " ,
3
+ "cliVersion" : " 2.21.4 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.21.3 " ,
5
+ "priorCliVersion" : " 2.21.3 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.21.3 " ,
3
- "cliVersion" : " 2.21.3 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.21.2 " ,
5
- "priorCliVersion" : " 2.21.2 "
2
+ "bundleVersion" : " codeql-bundle-v2.21.4 " ,
3
+ "cliVersion" : " 2.21.4 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.21.3 " ,
5
+ "priorCliVersion" : " 2.21.3 "
6
6
}
You can’t perform that action at this time.
0 commit comments