diff --git a/CHANGELOG.md b/CHANGELOG.md index 18eeb799e..1e4d144b5 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.5 - 27 Oct 2023 No user facing changes. diff --git a/package-lock.json b/package-lock.json index 06f3015c0..1e333991f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.5", + "version": "2.22.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.5", + "version": "2.22.6", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 3562e0f75..d1e26e004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.5", + "version": "2.22.6", "private": true, "description": "CodeQL action", "scripts": {