diff --git a/CHANGELOG.md b/CHANGELOG.md index 974db822f..875784f48 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.8 - 23 Nov 2023 - Update default CodeQL bundle version to 2.15.3. [#2001](https://github.com/github/codeql-action/pull/2001) diff --git a/package-lock.json b/package-lock.json index e2a2444d0..4e411c842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.8", + "version": "2.22.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.8", + "version": "2.22.9", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index dbcf52c0c..c154da699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.8", + "version": "2.22.9", "private": true, "description": "CodeQL action", "scripts": {