diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a45268c..e9e529696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. +## [UNRELEASED] + +No user facing changes. + ## 3.28.1 - 10 Jan 2025 - CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see [this changelog post](https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/). [#2677](https://github.com/github/codeql-action/pull/2677) diff --git a/package-lock.json b/package-lock.json index 47ff1dc93..c7416bc56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.1", + "version": "3.28.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.1", + "version": "3.28.2", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.9", diff --git a/package.json b/package.json index b143b1be2..557e47f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.1", + "version": "3.28.2", "private": true, "description": "CodeQL action", "scripts": {