Merge pull request #1830 from github/mergeback/v2.21.3-to-main-5b6282e0

Mergeback v2.21.3 refs/heads/releases/v2 into main
This commit is contained in:
Henry Mercer 2023-08-08 14:29:33 +01:00 committed by GitHub
commit 4e9f8a2be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View file

@ -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

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.21.3",
"version": "2.21.4",
"lockfileVersion": 3,
"requires": true,
"packages": {

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.21.3",
"version": "2.21.4",
"private": true,
"description": "CodeQL action",
"scripts": {