From ddf2bd2495ee895c466a808a68fa7ee0296df5c3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 18 Aug 2023 19:04:05 +0100 Subject: [PATCH] Tweak CHANGELOG.md Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1081f11c..962ce469e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -- The beta [Project Lombok](https://projectlombok.org/) support for Java will no longer override manually-configured Lombok support +- Fixed a bug in CodeQL Action 2.21.3 onwards that affected beta support for [Project Lombok](https://projectlombok.org/) when analyzing Java. The environment variable `CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS` will now be respected if it was manually configured in the workflow. [#1844](https://github.com/github/codeql-action/pull/1844) ## 2.21.4 - 14 Aug 2023