This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch fix/sonar
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/fix/sonar by this push:
new b1d7c09d0 Uses Java 21 when running Sonar check
b1d7c09d0 is described below
commit b1d7c09d02af4f5ae464c2d2c6c56d1fb59c9241
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Nov 18 12:36:28 2024 +0100
Uses Java 21 when running Sonar check
---
.github/workflows/sonar.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index fc64deac3..54a3b10e8 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
- java-version: 17
+ java-version: 21
cache: 'maven'
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}