Skip to content

Commit 278465c

Browse files
authored
Merge pull request #2219 from github/update-bundle/codeql-bundle-v2.17.0
Update default bundle to 2.17.0
2 parents 3bd9c3e + 65e69c8 commit 278465c

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
66

77
## [UNRELEASED]
88

9+
- Update default CodeQL bundle version to 2.17.0. [#2219](https://github.com/github/codeql-action/pull/2219)
910
- Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. [#2220](https://github.com/github/codeql-action/pull/2220)
1011
- If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
1112
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace `github/codeql-action/*@v3` by `github/codeql-action/*@v3.24.10` and `github/codeql-action/*@v2` by `github/codeql-action/*@v2.24.10` in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

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.16.5",
3-
"cliVersion": "2.16.5",
4-
"priorBundleVersion": "codeql-bundle-v2.16.4",
5-
"priorCliVersion": "2.16.4"
2+
"bundleVersion": "codeql-bundle-v2.17.0",
3+
"cliVersion": "2.17.0",
4+
"priorBundleVersion": "codeql-bundle-v2.16.5",
5+
"priorCliVersion": "2.16.5"
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.16.5",
3-
"cliVersion": "2.16.5",
4-
"priorBundleVersion": "codeql-bundle-v2.16.4",
5-
"priorCliVersion": "2.16.4"
2+
"bundleVersion": "codeql-bundle-v2.17.0",
3+
"cliVersion": "2.17.0",
4+
"priorBundleVersion": "codeql-bundle-v2.16.5",
5+
"priorCliVersion": "2.16.5"
66
}

0 commit comments

Comments
 (0)