This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push: new 9bea4da614 Add Maven goals 9bea4da614 is described below commit 9bea4da6141b1f0200a0df33710f8ccbeb4a4893 Author: Piotr P. Karwasz <piotr.git...@karwasz.org> AuthorDate: Wed Oct 11 19:47:32 2023 +0200 Add Maven goals --- .github/workflows/codeql-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fd1a86ab18..662d0a9901 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -74,7 +74,8 @@ jobs: run: | ./mvnw \ --show-version --batch-mode --errors --no-transfer-progress \ - -DskipTests -P!java8-tests + -DskipTests -P!java8-tests \ + clean verify - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.22.0