Skip to content

Commit 9bce06d

Browse files
authored
Merge branch 'main' into mergeback/v3.24.4-to-main-e2e140ad
2 parents c9f3eed + 88189dc commit 9bce06d

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
@@ -11,6 +11,7 @@ No user facing changes.
1111
## 3.24.4 - 21 Feb 2024
1212

1313
- 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)
14+
- Update default CodeQL bundle version to 2.16.3. [#2156](https://github.com/github/codeql-action/pull/2156)
1415

1516
## 3.24.3 - 15 Feb 2024
1617

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)