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

dominikriemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1bcd60af06 chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 
(#4756)
1bcd60af06 is described below

commit 1bcd60af0627b5979eaac7c985e9f5c3d63406af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 07:21:50 2026 +0200

    chore(deps): bump actions/setup-java from 5.5.0 to 5.6.0 (#4756)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml                | 2 +-
 .github/workflows/cypress-test.yml         | 2 +-
 .github/workflows/extensions-docs.yml      | 2 +-
 .github/workflows/go-client-e2e-test.yml   | 2 +-
 .github/workflows/java-client-e2e-test.yml | 2 +-
 .github/workflows/mvn-integration-test.yml | 2 +-
 .github/workflows/pr-validation.yml        | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 117a8395cb..0d6c8548b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'
diff --git a/.github/workflows/cypress-test.yml 
b/.github/workflows/cypress-test.yml
index dcd8c577e3..7f2fed2f0f 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -28,7 +28,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'
diff --git a/.github/workflows/extensions-docs.yml 
b/.github/workflows/extensions-docs.yml
index c7048a0c96..4b5f254a46 100644
--- a/.github/workflows/extensions-docs.yml
+++ b/.github/workflows/extensions-docs.yml
@@ -34,7 +34,7 @@ jobs:
           git config user.email 'github-actions[bot]@users.noreply.github.com'
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: "temurin"
           java-version: "25"
diff --git a/.github/workflows/go-client-e2e-test.yml 
b/.github/workflows/go-client-e2e-test.yml
index 5c2f94d064..3bc8451c94 100644
--- a/.github/workflows/go-client-e2e-test.yml
+++ b/.github/workflows/go-client-e2e-test.yml
@@ -42,7 +42,7 @@ jobs:
           go-version: '1.21'
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'
diff --git a/.github/workflows/java-client-e2e-test.yml 
b/.github/workflows/java-client-e2e-test.yml
index 86c6864d26..ddffc43daf 100644
--- a/.github/workflows/java-client-e2e-test.yml
+++ b/.github/workflows/java-client-e2e-test.yml
@@ -37,7 +37,7 @@ jobs:
             ${{ runner.os }}-buildx-
 
       - name: Set up JDK 17
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '17'
diff --git a/.github/workflows/mvn-integration-test.yml 
b/.github/workflows/mvn-integration-test.yml
index 4efcacc933..acc791feb8 100644
--- a/.github/workflows/mvn-integration-test.yml
+++ b/.github/workflows/mvn-integration-test.yml
@@ -27,7 +27,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'
diff --git a/.github/workflows/pr-validation.yml 
b/.github/workflows/pr-validation.yml
index 89894c3c5e..8a75bb6dde 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -26,7 +26,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'
@@ -84,7 +84,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Set up JDK 25
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: '25'

Reply via email to