From 494b62d678afefe745e39a8cd3096a685260cfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:26:14 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report in /.github/actions/analyse Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/992d97d6eb2e5f3de985fbf9df6a04386874114d...62516aa379bff6370c95fd5894d5a27fb6619d9b) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 120554f57..bca0dbd1c 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@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: always() && github.actor != 'dependabot[bot]' with: check_name: |-