diff --git a/CHANGELOG.md b/CHANGELOG.md index 3366d4eaa..d47efad01 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. + ## 2.22.10 - 12 Dec 2023 - Update default CodeQL bundle version to 2.15.4. [#2016](https://github.com/github/codeql-action/pull/2016) diff --git a/package-lock.json b/package-lock.json index 4a58b5418..518f49cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.10", + "version": "2.22.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.10", + "version": "2.22.11", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index fe4e353c0..deed89e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.10", + "version": "2.22.11", "private": true, "description": "CodeQL action", "scripts": {