From c97a1724997ea7e838a3b1a9ad43eb7ae5e6c8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:30:31 +0000 Subject: [PATCH] ci: bump EnricoMi/publish-unit-test-result-action in /.github/workflows Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2ceeed2b8f26e15b06c3846719f75354febd9e7b to c950f6fb443cb5af20a377fd0dfaa78838901040. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/2ceeed2b8f26e15b06c3846719f75354febd9e7b...c950f6fb443cb5af20a377fd0dfaa78838901040) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: c950f6fb443cb5af20a377fd0dfaa78838901040 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5beac288..14be6a99 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: run: pytest -v --cov --cov-report=xml:coverage.xml --junit-xml junit.xml - name: Report test summary - uses: EnricoMi/publish-unit-test-result-action@2ceeed2b8f26e15b06c3846719f75354febd9e7b # v2 + uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2 if: always() with: test_changes_limit: 0