diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b633fe2a..534f25ce5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [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) ## 2.22.2 - 12 Oct 2023 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 8c245e057d..f0e7a90437 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.3", + "version": "2.22.4", "lockfileVersion": 3, "requires": true, "packages": { 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": {