Skip to content

Commit 1de8705

Browse files
authored
Merge branch 'main' into nickfyson/node-20
2 parents 0bc194e + fe23b5a commit 1de8705

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
@@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- [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)
89

910
## 2.22.9 - 07 Dec 2023
1011

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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"
66
}

0 commit comments

Comments
 (0)