From 1dd77f846b9a275ade5870c03d0b280bda172d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:42:00 +0000 Subject: [PATCH] Bump test-summary/action from 2.1 to 2.3 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.1 to 2.3. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/62bc5c68de2a6a0d02039763b8c754569df99e3f...032c8a9cec6aaa3c20228112cae6ca10a3b29336) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7afc7fc1ce..dbe3b7e1e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: name: test-results-ui path: ui/test-results if: success() || failure() - - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # TSCCR: no entry for repository "test-summary/action" + - uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # TSCCR: no entry for repository "test-summary/action" with: paths: "ui/test-results/qunit/results.xml" show: "fail"