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 c5cc1bb7c build(deps): bump actions/setup-java from 5.4.0 to 5.5.0 
(#8895)
c5cc1bb7c is described below

commit c5cc1bb7c7015dc6cc88c820e2acdec38df8ceef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 9 20:33:56 2026 +0200

    build(deps): bump actions/setup-java from 5.4.0 to 5.5.0 (#8895)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.4.0 to 5.5.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.5.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 64ab3311c..78efbd3dd 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
         with:
           distribution: temurin
           java-version: ${{ matrix.java }}
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 300c34a80..ed9d5c920 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index b7f6a5e82..025facb8e 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/update-license-files.yml 
b/.github/workflows/update-license-files.yml
index c571eab9c..3ae76f187 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
         with:
           distribution: temurin
           java-version: 21

Reply via email to