From d8e10d2c7d00cfbc31d1310fe38e222dfaa67731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:33:45 +0000 Subject: [PATCH] Bump emibcn/badge-action from 2.0.2 to 2.0.3 Bumps [emibcn/badge-action](https://github.com/emibcn/badge-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/emibcn/badge-action/releases) - [Commits](https://github.com/emibcn/badge-action/compare/4209421db54c8764d8932070ffd0f81715a629bf...808173dd03e2f30c980d03ee49e181626088eee8) --- updated-dependencies: - dependency-name: emibcn/badge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publishTestResults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishTestResults.yml b/.github/workflows/publishTestResults.yml index a5dec158326..d72f1b809da 100644 --- a/.github/workflows/publishTestResults.yml +++ b/.github/workflows/publishTestResults.yml @@ -72,7 +72,7 @@ jobs: - name: Create badge if: github.ref == 'refs/heads/master' && inputs.gist-url != '' - uses: emibcn/badge-action@4209421db54c8764d8932070ffd0f81715a629bf + uses: emibcn/badge-action@808173dd03e2f30c980d03ee49e181626088eee8 with: label: Tests status: '${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.tests_succ }} passed, ${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.tests_fail }} failed'