Skip to content

Commit 88189dc

Browse files
authored
Merge pull request #2156 from github/update-bundle/codeql-bundle-v2.16.3
Update default bundle to 2.16.3
2 parents 982d934 + 2a15560 commit 88189dc

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
77
## [UNRELEASED]
88

99
- Fix an issue where an existing, but empty, `/sys/fs/cgroup/cpuset.cpus` file always resulted in a single-threaded run. [#2151](https://github.com/github/codeql-action/pull/2151)
10+
- Update default CodeQL bundle version to 2.16.3. [#2156](https://github.com/github/codeql-action/pull/2156)
1011

1112
## 3.24.3 - 15 Feb 2024
1213

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.16.2",
3-
"cliVersion": "2.16.2",
4-
"priorBundleVersion": "codeql-bundle-v2.16.1",
5-
"priorCliVersion": "2.16.1"
2+
"bundleVersion": "codeql-bundle-v2.16.3",
3+
"cliVersion": "2.16.3",
4+
"priorBundleVersion": "codeql-bundle-v2.16.2",
5+
"priorCliVersion": "2.16.2"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.16.2",
3-
"cliVersion": "2.16.2",
4-
"priorBundleVersion": "codeql-bundle-v2.16.1",
5-
"priorCliVersion": "2.16.1"
2+
"bundleVersion": "codeql-bundle-v2.16.3",
3+
"cliVersion": "2.16.3",
4+
"priorBundleVersion": "codeql-bundle-v2.16.2",
5+
"priorCliVersion": "2.16.2"
66
}

0 commit comments

Comments
 (0)