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 @@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
5
5
## [ UNRELEASED]
6
6
7
7
- [ v3+ only] The CodeQL Action now runs on Node.js v20. [ #2006 ] ( https://github.com/github/codeql-action/pull/2006 )
8
+ - Update default CodeQL bundle version to 2.15.4. [ #2016 ] ( https://github.com/github/codeql-action/pull/2016 )
8
9
9
10
## 2.22.9 - 07 Dec 2023
10
11
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.15.3 " ,
3
- "cliVersion" : " 2.15.3 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.15.2 " ,
5
- "priorCliVersion" : " 2.15.2 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.4 " ,
3
+ "cliVersion" : " 2.15.4 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.15.3 " ,
5
+ "priorCliVersion" : " 2.15.3 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.15.3 " ,
3
- "cliVersion" : " 2.15.3 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.15.2 " ,
5
- "priorCliVersion" : " 2.15.2 "
2
+ "bundleVersion" : " codeql-bundle-v2.15.4 " ,
3
+ "cliVersion" : " 2.15.4 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.15.3 " ,
5
+ "priorCliVersion" : " 2.15.3 "
6
6
}
You can’t perform that action at this time.
0 commit comments