diff --git a/CHANGELOG.md b/CHANGELOG.md index a2711d5795..e510144ed6 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.4 - 20 Oct 2023 - Update default CodeQL bundle version to 2.15.1. [#1953](https://github.com/github/codeql-action/pull/1953) diff --git a/package-lock.json b/package-lock.json index d51e4e8326..a5ea65b1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index e2f2a7e3a0..ddd515b9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "private": true, "description": "CodeQL action", "scripts": {