From 9e616339b50a2de477228667624510e9c2233b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:34:33 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.6.0 to 3.0.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.6.0 to 3.0.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/3d76b34a4535afbd0600d347b09a6ee5deb3ed7f...a43b3a5f7366b97d083190328d2c652e1a8b6aa2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compile-and-test-firmware.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-and-test-firmware.yml b/.github/workflows/compile-and-test-firmware.yml index 82ef672..83c3663 100644 --- a/.github/workflows/compile-and-test-firmware.yml +++ b/.github/workflows/compile-and-test-firmware.yml @@ -53,7 +53,7 @@ jobs: behave --junit --junit-directory ./test-results -f pretty variants/SimpleProtocol/tests - name: Test Report - uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v1 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v1 if: (success() || failure()) && github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' # run this step even if previous step failed with: name: Tests Report