File tree 3 files changed +9
-8
lines changed 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
4
4
5
5
## [ UNRELEASED]
6
6
7
+ - Update default CodeQL bundle version to 2.15.0. [ #1938 ] ( https://github.com/github/codeql-action/pull/1938 )
7
8
- Improve the log output when an error occurs in an invocation of the CodeQL CLI. [ #1927 ] ( https://github.com/github/codeql-action/pull/1927 )
8
9
9
10
## 2.22.1 - 09 Oct 2023
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.14.6 " ,
3
- "cliVersion" : " 2.14.6 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.14.5 " ,
5
- "priorCliVersion" : " 2.14.5 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.0 " ,
3
+ "cliVersion" : " 2.15.0 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.14.6 " ,
5
+ "priorCliVersion" : " 2.14.6 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.14.6 " ,
3
- "cliVersion" : " 2.14.6 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.14.5 " ,
5
- "priorCliVersion" : " 2.14.5 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.0 " ,
3
+ "cliVersion" : " 2.15.0 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.14.6 " ,
5
+ "priorCliVersion" : " 2.14.6 "
6
6
}
You can’t perform that action at this time.
0 commit comments