From 67fe65c55a419ad9fa8f6123416403f625e7a455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:44:21 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.0.0 to 5.1.0 in /.github/actions/analyse (#4485) Bump mikepenz/action-junit-report in /.github/actions/analyse Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/a427a90771729d8f85b6ab0cdaa1a5929cab985d...992d97d6eb2e5f3de985fbf9df6a04386874114d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/analyse/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/analyse/action.yml b/.github/actions/analyse/action.yml index 03dd669d6..120554f57 100644 --- a/.github/actions/analyse/action.yml +++ b/.github/actions/analyse/action.yml @@ -26,7 +26,7 @@ runs: shell: bash - name: Publish test reports - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5 if: always() && github.actor != 'dependabot[bot]' with: check_name: |-