diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a26f6acf1..4970a338db 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.8 - 04 Jun 2024 + - Update default CodeQL bundle version to 2.17.4. [#2321](https://github.com/github/codeql-action/pull/2321) ## 3.25.7 - 31 May 2024 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index c1ff3ada4f..cda305eeb0 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.8", + "version": "3.25.9", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 084c8a5e34..2a8899f867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.8", + "version": "3.25.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.8", + "version": "3.25.9", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 29f908b844..aca8888122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.8", + "version": "3.25.9", "private": true, "description": "CodeQL action", "scripts": {