diff --git a/CHANGELOG.md b/CHANGELOG.md index 51adc2774..5c9c05594 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.13 - 24 Mar 2025 No user facing changes. diff --git a/package-lock.json b/package-lock.json index 812ca4759..40844a69c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.28.13", + "version": "3.28.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.28.13", + "version": "3.28.14", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 9914e0511..53a88eb0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.28.13", + "version": "3.28.14", "private": true, "description": "CodeQL action", "scripts": {