diff --git a/CHANGELOG.md b/CHANGELOG.md index 2581c240e2..989bc8e595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] +No user facing changes. + +## 3.28.11 - 07 Mar 2025 + - Update default CodeQL bundle version to 2.20.6. [#2793](https://github.com/github/codeql-action/pull/2793) ## 3.28.10 - 21 Feb 2025 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 2daa1285b6..8357782414 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.11", + "version": "3.28.12", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 94a5007a89..b828fc5c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.11", + "version": "3.28.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.11", + "version": "3.28.12", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index 0644a0f897..587b5f806e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.11", + "version": "3.28.12", "private": true, "description": "CodeQL action", "scripts": {