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 ccfc885314 chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0 
(#4612)
ccfc885314 is described below

commit ccfc885314e655eedee3924fbadbcfee6653bbc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 07:36:47 2026 +0200

    chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0 (#4612)
    
    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 c227ea5470..7a6f7b34ce 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 02250d1c9f..471f415e68 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 dac13a33bf..a51002fac9 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 c7fc7b4987..8c3bf1f97c 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 8669617545..47e810c3eb 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 9f8d77e577..54c90bf724 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 05ad1127a5..39c332a3a7 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