From bff115993a476de65dedfb67b1c3834c0d8cc169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:10:18 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter in the github-actions group Bumps the github-actions group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `dorny/test-reporter` from 2.2.0 to 2.3.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/7b7927aa7da8b82e81e755810cb51f39941a2cc7...fe45e9537387dac839af0d33ba56eed8e24189e8) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-search.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-search.yaml b/.github/workflows/test-search.yaml index f764e5be..6ba9cc63 100644 --- a/.github/workflows/test-search.yaml +++ b/.github/workflows/test-search.yaml @@ -120,7 +120,7 @@ jobs: retention-days: 30 - name: Publish pytest test results - uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 # v2.2.0 + uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0 if: (!cancelled()) # Run even if tests fail with: name: Azure AI Search E2E Tests