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 @@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
7
7
## [ UNRELEASED]
8
8
9
9
- Avoid failing the workflow run if there is an error while uploading debug artifacts. [ #2349 ] ( https://github.com/github/codeql-action/pull/2349 )
10
+ - Update default CodeQL bundle version to 2.17.6. [ #2352 ] ( https://github.com/github/codeql-action/pull/2352 )
10
11
11
12
## 3.25.10 - 13 Jun 2024
12
13
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.17.5 " ,
3
- "cliVersion" : " 2.17.5 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.17.4 " ,
5
- "priorCliVersion" : " 2.17.4 "
2
+ "bundleVersion" : " codeql-bundle-v2.17.6 " ,
3
+ "cliVersion" : " 2.17.6 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.17.5 " ,
5
+ "priorCliVersion" : " 2.17.5 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "bundleVersion" : " codeql-bundle-v2.17.5 " ,
3
- "cliVersion" : " 2.17.5 " ,
4
- "priorBundleVersion" : " codeql-bundle-v2.17.4 " ,
5
- "priorCliVersion" : " 2.17.4 "
2
+ "bundleVersion" : " codeql-bundle-v2.17.6 " ,
3
+ "cliVersion" : " 2.17.6 " ,
4
+ "priorBundleVersion" : " codeql-bundle-v2.17.5 " ,
5
+ "priorCliVersion" : " 2.17.5 "
6
6
}
You can’t perform that action at this time.
0 commit comments