From c524285c1f94322b0105a53d240849de76f1a7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:12:50 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report in the github-actions-updates group Bumps the github-actions-updates group with 1 update: [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `mikepenz/action-junit-report` from 4.3.1 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/db71d41eb79864e25ab0337e395c352e84523afe...ec3a351c13e080dc4fa94c49ab7ad5bf778a9668) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/mmctl-test-template.yml | 2 +- .github/workflows/server-test-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mmctl-test-template.yml b/.github/workflows/mmctl-test-template.yml index 697eaba9fd3..946e8de4b83 100644 --- a/.github/workflows/mmctl-test-template.yml +++ b/.github/workflows/mmctl-test-template.yml @@ -81,7 +81,7 @@ jobs: server/gotestsum.json server/report.xml - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@ec3a351c13e080dc4fa94c49ab7ad5bf778a9668 # v5 if: success() || failure() # always run even if the previous step fails with: report_paths: server/report.xml diff --git a/.github/workflows/server-test-template.yml b/.github/workflows/server-test-template.yml index 3deb3f7d721..77c72684644 100644 --- a/.github/workflows/server-test-template.yml +++ b/.github/workflows/server-test-template.yml @@ -74,7 +74,7 @@ jobs: server/report.xml - name: Publish test report id: report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v3.7.7 + count retries + check urls from https://github.com/lieut-data/action-junit-report + uses: mikepenz/action-junit-report@ec3a351c13e080dc4fa94c49ab7ad5bf778a9668 # v3.7.7 + count retries + check urls from https://github.com/lieut-data/action-junit-report if: success() || failure() # always run even if the previous step fails with: report_paths: server/report.xml