This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 3e9f024b5a Update actions/setup-java to v5.
3e9f024b5a is described below
commit 3e9f024b5a4d5d65bb20663d07d69f68a2be9f84
Author: James Bognar <[email protected]>
AuthorDate: Mon Oct 13 16:42:36 2025 -0400
Update actions/setup-java to v5.
---
.github/workflows/sonarcloud.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index cddb833677..7d2de72055 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -33,7 +33,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for better
analysis
- name: Set up JDK 17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'