From 70c4c0fc21ba0510cff513c9990b95f1b9fafd4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:39:21 +0000 Subject: [PATCH] Update changelog and version after v2.21.6 --- 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 6abd3cec50..c08c24bf4a 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.21.6 - 13 Sep 2023 - Better error message when there is a failure to determine the merge base of the code to analysis. [#1860](https://github.com/github/codeql-action/pull/1860) diff --git a/package-lock.json b/package-lock.json index debb05d892..7a5df52fd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.21.6", + "version": "2.21.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.21.6", + "version": "2.21.7", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index a31d31e3d5..7e1f4d7be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.6", + "version": "2.21.7", "private": true, "description": "CodeQL action", "scripts": {