Skip to content

Commit 6347027

Browse files
authored
Merge pull request #1953 from github/update-bundle/codeql-bundle-v2.15.1
Update default bundle to 2.15.1
2 parents 4a368f6 + b98a636 commit 6347027

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

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.15.1. [#1953](https://github.com/github/codeql-action/pull/1953)
78
- Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023.
89
- All code scanning workflows should continue to succeed regardless of the warning.
910
- The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20.

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.0",
3-
"cliVersion": "2.15.0",
4-
"priorBundleVersion": "codeql-bundle-v2.14.6",
5-
"priorCliVersion": "2.14.6"
2+
"bundleVersion": "codeql-bundle-v2.15.1",
3+
"cliVersion": "2.15.1",
4+
"priorBundleVersion": "codeql-bundle-v2.15.0",
5+
"priorCliVersion": "2.15.0"
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.0",
3-
"cliVersion": "2.15.0",
4-
"priorBundleVersion": "codeql-bundle-v2.14.6",
5-
"priorCliVersion": "2.14.6"
2+
"bundleVersion": "codeql-bundle-v2.15.1",
3+
"cliVersion": "2.15.1",
4+
"priorBundleVersion": "codeql-bundle-v2.15.0",
5+
"priorCliVersion": "2.15.0"
66
}

0 commit comments

Comments
 (0)