From 2d912250401fc8247c3e0a2ac3b63bedadc906db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:33:16 +0000 Subject: [PATCH] build(deps): Bump dorny/test-reporter from 2.7.0 to 3.0.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.7.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/df6247429542221bc30d46a036ee47af1102c451...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/deploy-auth-fitbit-service.yml | 2 +- .github/workflows/deploy-auth-withings-service.yml | 2 +- .github/workflows/template-dotnet-run-contract-tests.yml | 2 +- .github/workflows/template-dotnet-run-e2e-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-auth-fitbit-service.yml b/.github/workflows/deploy-auth-fitbit-service.yml index 17e3a7a..160a1e7 100644 --- a/.github/workflows/deploy-auth-fitbit-service.yml +++ b/.github/workflows/deploy-auth-fitbit-service.yml @@ -80,7 +80,7 @@ jobs: --results-directory ./TestResults - name: Publish Test Results - uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0 if: always() with: name: E2E Test Results (Auth Fitbit) diff --git a/.github/workflows/deploy-auth-withings-service.yml b/.github/workflows/deploy-auth-withings-service.yml index b737d60..e5edc15 100644 --- a/.github/workflows/deploy-auth-withings-service.yml +++ b/.github/workflows/deploy-auth-withings-service.yml @@ -80,7 +80,7 @@ jobs: --results-directory ./TestResults - name: Publish Test Results - uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0 if: always() with: name: E2E Test Results (Auth Withings) diff --git a/.github/workflows/template-dotnet-run-contract-tests.yml b/.github/workflows/template-dotnet-run-contract-tests.yml index c3826bf..c121715 100644 --- a/.github/workflows/template-dotnet-run-contract-tests.yml +++ b/.github/workflows/template-dotnet-run-contract-tests.yml @@ -57,7 +57,7 @@ jobs: retention-days: 30 - name: Publish Test Results - uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0 if: always() with: name: Contract Test Results diff --git a/.github/workflows/template-dotnet-run-e2e-tests.yml b/.github/workflows/template-dotnet-run-e2e-tests.yml index a9d22a9..81fb012 100644 --- a/.github/workflows/template-dotnet-run-e2e-tests.yml +++ b/.github/workflows/template-dotnet-run-e2e-tests.yml @@ -110,7 +110,7 @@ jobs: retention-days: 30 - name: Publish Test Results - uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2 + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0 if: always() with: name: E2E Test Results