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 8cfe10cc98 build(deps): bump dorny/test-reporter from 2.1.1 to 2.2.0
(#2352)
8cfe10cc98 is described below
commit 8cfe10cc98eb95d5ac99044d221fa4d0e1314e4f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 09:08:02 2025 +0100
build(deps): bump dorny/test-reporter from 2.1.1 to 2.2.0 (#2352)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from
2.1.1 to 2.2.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/dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3...7b7927aa7da8b82e81e755810cb51f39941a2cc7)
---
updated-dependencies:
- dependency-name: dorny/test-reporter
dependency-version: 2.2.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 30c5aeae22..bbd5171802 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@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 #
v2.1.1
+ - uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 #
v2.2.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 51895b3039..99ee7c43b6 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@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 #
v2.1.1
+ - uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 #
v2.2.0
with:
artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"