diff --git a/CHANGELOG.md b/CHANGELOG.md index edf241a1d..ea46b63cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] +No user facing changes. + +## 2.21.3 - 08 Aug 2023 + - We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. [#1817](https://github.com/github/codeql-action/pull/1817) +- We are rolling out a feature in August 2023 that adds beta support for [Project Lombok](https://projectlombok.org/) when analyzing Java. [#1809](https://github.com/github/codeql-action/pull/1809) - Reduce disk space usage when downloading the CodeQL bundle. [#1820](https://github.com/github/codeql-action/pull/1820) ## 2.21.2 - 28 Jul 2023 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index da95d42c3..903f957b0 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index eccd36900..4f5b7e2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 8160ea2b0..b99237d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.3", + "version": "2.21.4", "private": true, "description": "CodeQL action", "scripts": {