diff --git a/CHANGELOG.md b/CHANGELOG.md index e65a288f76..e71a80455a 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.5 - 13 May 2024 + - Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the [README.md](README.md). [#2273](https://github.com/github/codeql-action/pull/2273) - Avoid printing out a warning for a missing `on.push` trigger when the CodeQL Action is triggered via a `workflow_call` event. [#2274](https://github.com/github/codeql-action/pull/2274) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index adeb7ee46d..77c8b8e2ae 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.5", + "version": "3.25.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index cc31d036c0..6c9e1c14ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.5", + "version": "3.25.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.5", + "version": "3.25.6", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 7061786ece..9b1d01a4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.5", + "version": "3.25.6", "private": true, "description": "CodeQL action", "scripts": {