From c695a8f7e58f38aed66399bd7a0cebfa8d666855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:02:48 +0000 Subject: [PATCH] build(deps): bump EnricoMi/publish-unit-test-result-action Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/ca89ad036b5fcd524c1017287fb01b5139908408...e780361cd1fc1b1a170624547b3ffda64787d365) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index ed8fec06..f3a85f77 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -25,7 +25,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} path: artifacts - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0 + uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365 # v2.12.0 with: comment_title: ':clipboard: Pytest Results' commit: ${{ github.event.workflow_run.head_sha }}