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