diff --git a/CHANGELOG.md b/CHANGELOG.md index 4359b1233d..56e8eaa876 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.2 - 12 Oct 2023 + - Update default CodeQL bundle version to 2.15.0. [#1938](https://github.com/github/codeql-action/pull/1938) - Improve the log output when an error occurs in an invocation of the CodeQL CLI. [#1927](https://github.com/github/codeql-action/pull/1927) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index a72ec4eb8a..8c245e057d 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.2", + "version": "2.22.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index c7c0d9f05e..57cdafad5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.2", + "version": "2.22.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.2", + "version": "2.22.3", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 9486c70f28..5453587f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.2", + "version": "2.22.3", "private": true, "description": "CodeQL action", "scripts": {