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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new a99bbdbfda build(deps): bump dorny/test-reporter from 2.5.0 to 2.6.0 
(#2476)
a99bbdbfda is described below

commit a99bbdbfda3efc2ea2b8235ae510cc8c03baf615
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 17:34:22 2026 +0100

    build(deps): bump dorny/test-reporter from 2.5.0 to 2.6.0 (#2476)
    
    Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 
2.5.0 to 2.6.0.
    - [Release notes](https://github.com/dorny/test-reporter/releases)
    - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/dorny/test-reporter/compare/b082adf0eced0765477756c2a610396589b8c637...3d76b34a4535afbd0600d347b09a6ee5deb3ed7f)
    
    ---
    updated-dependencies:
    - dependency-name: dorny/test-reporter
      dependency-version: 2.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/go-platform-test-report.yml   | 2 +-
 .github/workflows/java-platform-test-report.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go-platform-test-report.yml 
b/.github/workflows/go-platform-test-report.yml
index b662a4dd3e..07e2105d85 100644
--- a/.github/workflows/go-platform-test-report.yml
+++ b/.github/workflows/go-platform-test-report.yml
@@ -36,7 +36,7 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637  # 
v2.5.0
+      - uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f  # 
v2.6.0
         with:
           artifact: "golang-test-report-${{ matrix.os }}"
           name: "Golang Tests (OS: ${{ matrix.os }})"
diff --git a/.github/workflows/java-platform-test-report.yml 
b/.github/workflows/java-platform-test-report.yml
index c42a9b4a15..6848506087 100644
--- a/.github/workflows/java-platform-test-report.yml
+++ b/.github/workflows/java-platform-test-report.yml
@@ -38,7 +38,7 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637  # 
v2.5.0
+      - uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f  # 
v2.6.0
         with:
           artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
           name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"

Reply via email to