From 8e460e9e00b880c695983d9d77401c0f0aeae700 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:02:57 +0000 Subject: [PATCH] Update changelog and version after v2.22.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6e8b6e0c..534f25ce5c 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.3 - 13 Oct 2023 - Provide an authentication token when downloading the CodeQL Bundle from the API of a GitHub Enterprise Server instance. [#1945](https://github.com/github/codeql-action/pull/1945) diff --git a/package-lock.json b/package-lock.json index 57cdafad5c..6abbffec32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.3", + "version": "2.22.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.3", + "version": "2.22.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 5453587f46..997da50391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.3", + "version": "2.22.4", "private": true, "description": "CodeQL action", "scripts": {