From 7451f87236ce6cf3ce06930441eaf03131cd8cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:22:17 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report in /workflow-templates Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/db71d41eb79864e25ab0337e395c352e84523afe...992d97d6eb2e5f3de985fbf9df6a04386874114d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workflow-templates/gcx-android-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/gcx-android-pull-request.yml b/workflow-templates/gcx-android-pull-request.yml index 1d3edcb..fa76228 100644 --- a/workflow-templates/gcx-android-pull-request.yml +++ b/workflow-templates/gcx-android-pull-request.yml @@ -56,7 +56,7 @@ jobs: run: ./gradlew testDebugUnitTest --continue timeout-minutes: 10 - name: Annotate PR with JUnit Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: '**/build/test-results/**/TEST-*.xml'