Skip to content

Commit 4d75a10

Browse files
authored
Merge pull request #2073 from github/update-bundle/codeql-bundle-v2.16.0
Update default bundle to 2.16.0
2 parents e65c5d9 + 1fea7a5 commit 4d75a10

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9+
- Update default CodeQL bundle version to 2.16.0. [#2073](https://github.com/github/codeql-action/pull/2073)
910
- Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. [#2079](https://github.com/github/codeql-action/pull/2079)
1011

1112
## 3.23.0 - 08 Jan 2024

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.5",
3-
"cliVersion": "2.15.5",
4-
"priorBundleVersion": "codeql-bundle-v2.15.4",
5-
"priorCliVersion": "2.15.4"
2+
"bundleVersion": "codeql-bundle-v2.16.0",
3+
"cliVersion": "2.16.0",
4+
"priorBundleVersion": "codeql-bundle-v2.15.5",
5+
"priorCliVersion": "2.15.5"
66
}

src/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.5",
3-
"cliVersion": "2.15.5",
4-
"priorBundleVersion": "codeql-bundle-v2.15.4",
5-
"priorCliVersion": "2.15.4"
2+
"bundleVersion": "codeql-bundle-v2.16.0",
3+
"cliVersion": "2.16.0",
4+
"priorBundleVersion": "codeql-bundle-v2.15.5",
5+
"priorCliVersion": "2.15.5"
66
}

0 commit comments

Comments
 (0)