This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
The following commit(s) were added to refs/heads/main by this push:
new c4c371b Bump actions/setup-java from 6.0.0 to 6.0.1
c4c371b is described below
commit c4c371b625369b62eb75ad5a5bf57aa3383db84f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 11:08:18 2026 -0400
Bump actions/setup-java from 6.0.0 to 6.0.1
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 15115d9..97c4889 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -94,7 +94,7 @@ jobs:
persist-credentials: false
- name: Set up JDK ${{ matrix.java-version }}
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
6.0.1
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java-version }}
@@ -152,7 +152,7 @@ jobs:
uses:
gradle/actions/wrapper-validation@9c971963bec38e04b3d30dcc455b5382be2fdbfb #
v6.3.0
- name: Set up JDK 17
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
6.0.1
with:
distribution: temurin
java-version: 17