diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ed084de8..087cfbff6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. +## 3.25.3 - 25 Apr 2024 + +- Update default CodeQL bundle version to 2.17.1. [#2247](https://github.com/github/codeql-action/pull/2247) + ## 3.25.2 - 22 Apr 2024 No user facing changes. diff --git a/lib/defaults.json b/lib/defaults.json index 044c1abada..6e2b18b1d6 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.0", - "cliVersion": "2.17.0", - "priorBundleVersion": "codeql-bundle-v2.16.5", - "priorCliVersion": "2.16.5" + "bundleVersion": "codeql-bundle-v2.17.1", + "cliVersion": "2.17.1", + "priorBundleVersion": "codeql-bundle-v2.17.0", + "priorCliVersion": "2.17.0" } diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index d39f1af50d..23191bff07 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.2", + "version": "3.25.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index a94ddbb360..345a84f471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.2", + "version": "3.25.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.2", + "version": "3.25.3", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 3cbb54209a..243a152755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.2", + "version": "3.25.3", "private": true, "description": "CodeQL action", "scripts": { diff --git a/src/defaults.json b/src/defaults.json index c318f7890e..d46846f8d9 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.0", - "cliVersion": "2.17.0", - "priorBundleVersion": "codeql-bundle-v2.16.5", - "priorCliVersion": "2.16.5" + "bundleVersion": "codeql-bundle-v2.17.1", + "cliVersion": "2.17.1", + "priorBundleVersion": "codeql-bundle-v2.17.0", + "priorCliVersion": "2.17.0" }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: