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 dd9efead62 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 
(#4765)
dd9efead62 is described below

commit dd9efead629154f1e65594dcdd0fba3458d85eb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:09:41 2026 +0200

    chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#4765)
    
    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/go-client.yml            |  2 +-
 .github/workflows/go-docs.yml              |  2 +-
 .github/workflows/java-client-e2e-test.yml |  2 +-
 .github/workflows/mvn-integration-test.yml |  2 +-
 .github/workflows/pr-validation.yml        | 12 ++++++------
 .github/workflows/pypi-deployment.yml      |  2 +-
 .github/workflows/python-docs.yml          |  2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8bd7205703..1477798ced 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK 25
         uses: actions/[email protected]
diff --git a/.github/workflows/cypress-test.yml 
b/.github/workflows/cypress-test.yml
index 7f2fed2f0f..c921887d8d 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK 25
         uses: actions/[email protected]
diff --git a/.github/workflows/extensions-docs.yml 
b/.github/workflows/extensions-docs.yml
index 4b5f254a46..64444a1c52 100644
--- a/.github/workflows/extensions-docs.yml
+++ b/.github/workflows/extensions-docs.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: clone
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: create working branch & set GitHub config
         run: |
diff --git a/.github/workflows/go-client-e2e-test.yml 
b/.github/workflows/go-client-e2e-test.yml
index a2c966b5c6..a2084a6660 100644
--- a/.github/workflows/go-client-e2e-test.yml
+++ b/.github/workflows/go-client-e2e-test.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up Docker Buildx
         uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
diff --git a/.github/workflows/go-client.yml b/.github/workflows/go-client.yml
index 10658e7399..bf45641d78 100644
--- a/.github/workflows/go-client.yml
+++ b/.github/workflows/go-client.yml
@@ -25,7 +25,7 @@ jobs:
         go-version: ["1.21.x"]
         os: [ubuntu-latest, macos-latest, windows-latest]
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - uses: actions/setup-go@v5
         with:
           go-version: ${{ matrix.go-version }}
diff --git a/.github/workflows/go-docs.yml b/.github/workflows/go-docs.yml
index 8b0784ddaa..1ff202faac 100644
--- a/.github/workflows/go-docs.yml
+++ b/.github/workflows/go-docs.yml
@@ -26,7 +26,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/java-client-e2e-test.yml 
b/.github/workflows/java-client-e2e-test.yml
index 966ff69bed..df703d2d60 100644
--- a/.github/workflows/java-client-e2e-test.yml
+++ b/.github/workflows/java-client-e2e-test.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up Docker Buildx
         uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
diff --git a/.github/workflows/mvn-integration-test.yml 
b/.github/workflows/mvn-integration-test.yml
index 0a60e4fb7f..d9ebc1052b 100644
--- a/.github/workflows/mvn-integration-test.yml
+++ b/.github/workflows/mvn-integration-test.yml
@@ -24,7 +24,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK 25
         uses: actions/[email protected]
diff --git a/.github/workflows/pr-validation.yml 
b/.github/workflows/pr-validation.yml
index 8a75bb6dde..bcc0435531 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK 25
         uses: actions/[email protected]
@@ -41,7 +41,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
       
       - name: Set up Node
         uses: actions/setup-node@v7
@@ -81,7 +81,7 @@ jobs:
     needs: [python-quality-checks, python-unit-tests, run-format-and-lint-ui]
     steps:
       - name: Checkout
-        uses: actions/[email protected]
+        uses: actions/[email protected]
 
       - name: Set up JDK 25
         uses: actions/[email protected]
@@ -140,7 +140,7 @@ jobs:
   python-quality-checks:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Set up Python
         uses: actions/[email protected]
@@ -176,7 +176,7 @@ jobs:
         shell: bash
 
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Set up Python v${{ matrix.python }}
         uses: actions/[email protected]
@@ -204,7 +204,7 @@ jobs:
   python-doc-checks:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Set up Python
         uses: actions/[email protected]
diff --git a/.github/workflows/pypi-deployment.yml 
b/.github/workflows/pypi-deployment.yml
index b9e60b5142..f487ce0734 100644
--- a/.github/workflows/pypi-deployment.yml
+++ b/.github/workflows/pypi-deployment.yml
@@ -25,7 +25,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Set up Python
         uses: actions/[email protected]
diff --git a/.github/workflows/python-docs.yml 
b/.github/workflows/python-docs.yml
index 4a1fe9c422..4e718b9a96 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: clone
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           fetch-depth: 0
 

Reply via email to