diff --git a/CHANGELOG.md b/CHANGELOG.md index 930dbd1b91..60fb3ed4b8 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.10 - 13 Jun 2024 + - Update default CodeQL bundle version to 2.17.5. [#2327](https://github.com/github/codeql-action/pull/2327) ## 3.25.9 - 12 Jun 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 2c8e2a94d0..469368e92a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.10", + "version": "3.25.11", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 5d0f3ba895..ca57be8943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.10", + "version": "3.25.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.10", + "version": "3.25.11", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index a9f46a0543..cc08ca38a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.10", + "version": "3.25.11", "private": true, "description": "CodeQL action", "scripts": {