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

rzo1 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 422510353 build(deps): bump actions/setup-java from 5.5.0 to 5.6.0 
(#8902)
422510353 is described below

commit 4225103536ff20fd1a037d2cc448a7437d145cd0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 19 12:27:05 2026 +0200

    build(deps): bump actions/setup-java from 5.5.0 to 5.6.0 (#8902)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.5.0 to 5.6.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.6.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               | 4 ++--
 .github/workflows/nightlies.yaml           | 2 +-
 .github/workflows/snapshots.yaml           | 2 +-
 .github/workflows/update-license-files.yml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 78efbd3dd..a7954781e 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -39,7 +39,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up JDK 17
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: temurin
           java-version: 17
@@ -88,7 +88,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: temurin
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index ed9d5c920..74acffe32 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up JDK 21
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index 025facb8e..c22dba97b 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up JDK 21
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/update-license-files.yml 
b/.github/workflows/update-license-files.yml
index 3ae76f187..4464ae3cc 100644
--- a/.github/workflows/update-license-files.yml
+++ b/.github/workflows/update-license-files.yml
@@ -43,7 +43,7 @@ jobs:
           python-version: '3.10'
 
       - name: Set up JDK 21
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: temurin
           java-version: 21

Reply via email to