diff --git a/CHANGELOG.md b/CHANGELOG.md index e288fa9157..ce440c42fb 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.11 - 28 Jun 2024 + - Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349) - Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 8047afc7d9..4936db93c1 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 3223ec9abf..235e8c5a7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 6c325d92e8..55143acd9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "private": true, "description": "CodeQL action", "scripts": {