Skip to content

Commit 6347027

Browse files
author
Dave Bartolomeo
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

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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

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.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

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.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)