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

rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


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

commit 1e9d54ee90a60f10dc600cd121dbe8a833bae9e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 08:03:20 2026 +0000

    Bump actions/setup-java from 5.1.0 to 5.2.0 (#8367)
    
    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/maven.yaml     | 2 +-
 .github/workflows/nightlies.yaml | 2 +-
 .github/workflows/snapshots.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index d602313d3..9402c7813 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -53,7 +53,7 @@ jobs:
         with:
           ruby-version: '2.7'
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
         with:
           distribution: temurin
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index c10912d53..dd314e8fc 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -49,7 +49,7 @@ jobs:
         with:
           ruby-version: '2.7'
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
         with:
           distribution: temurin
           java-version: 20
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index d461d7f7d..098d18f6c 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -49,7 +49,7 @@ jobs:
         with:
           ruby-version: '2.7'
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
         with:
           distribution: temurin
           java-version: 20

Reply via email to