diff --git a/CHANGELOG.md b/CHANGELOG.md index d21e875cad..1188604ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] +No user facing changes. + +## 3.25.0 - 15 Apr 2024 + - The deprecated feature for extracting dependencies for a Python analysis has been removed. [#2224](https://github.com/github/codeql-action/pull/2224) As a result, the following inputs and environment variables are now ignored: diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 11d1251b24..0c853f2422 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.0", + "version": "3.25.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 871b89da8e..157e574b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.0", + "version": "3.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.0", + "version": "3.25.1", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 3bfb45fe32..1743402243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.0", + "version": "3.25.1", "private": true, "description": "CodeQL action", "scripts": {