This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new e75da18  Bump actions/setup-java from 5.1.0 to 5.2.0 (#10)
e75da18 is described below

commit e75da18110ed59e0fe6b885afeea30e4a991ce92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 22 12:03:04 2026 -0700

    Bump actions/setup-java from 5.1.0 to 5.2.0 (#10)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.1.0 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/f2beeb24e141e01a676f977032f5a29d81c9e27e...be666c2fcd27ec809703dec50e508c2fdc7f6654)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/distribute-maven-jars.yml       | 2 +-
 .github/workflows/distribute-maven-stg-jars.yml   | 2 +-
 .github/workflows/distribute-mavencentral-stg.yml | 2 +-
 .github/workflows/distribute-mavencentral.yml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/distribute-maven-jars.yml 
b/.github/workflows/distribute-maven-jars.yml
index e13549f..5f0c759 100644
--- a/.github/workflows/distribute-maven-jars.yml
+++ b/.github/workflows/distribute-maven-jars.yml
@@ -120,7 +120,7 @@ jobs:
             EOF
 
       - name: Set up JDK 17
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
         with:
           java-version: '17'
           distribution: 'temurin'
diff --git a/.github/workflows/distribute-maven-stg-jars.yml 
b/.github/workflows/distribute-maven-stg-jars.yml
index fd32bd8..69769fa 100644
--- a/.github/workflows/distribute-maven-stg-jars.yml
+++ b/.github/workflows/distribute-maven-stg-jars.yml
@@ -130,7 +130,7 @@ jobs:
             EOF
 
       - name: Set up JDK 17
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
         with:
           java-version: '17'
           distribution: 'temurin'
diff --git a/.github/workflows/distribute-mavencentral-stg.yml 
b/.github/workflows/distribute-mavencentral-stg.yml
index b758ccf..95ca7dc 100644
--- a/.github/workflows/distribute-mavencentral-stg.yml
+++ b/.github/workflows/distribute-mavencentral-stg.yml
@@ -96,7 +96,7 @@ jobs:
             EOF
 
       - name: Set up JDK 17
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
         with:
           java-version: '17'
           distribution: 'temurin'
diff --git a/.github/workflows/distribute-mavencentral.yml 
b/.github/workflows/distribute-mavencentral.yml
index 0b1cced..4a775b9 100644
--- a/.github/workflows/distribute-mavencentral.yml
+++ b/.github/workflows/distribute-mavencentral.yml
@@ -100,7 +100,7 @@ jobs:
             EOF
 
       - name: Set up JDK 17
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
         with:
           java-version: '17'
           distribution: 'temurin'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to