From eacc60388511d67b044a438f5362b7e3712638cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:53:50 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.1.0...v4.2.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/task_proposal.yaml | 2 +- .github/workflows/work_change.yaml | 4 ++-- .github/workflows/work_proposal.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/task_proposal.yaml b/.github/workflows/task_proposal.yaml index 7921bcfd..e697c175 100644 --- a/.github/workflows/task_proposal.yaml +++ b/.github/workflows/task_proposal.yaml @@ -42,7 +42,7 @@ jobs: ansible-playbook binaries.yaml -v -e devenv=${{ matrix.env.dev }} -e repo_mode=ro - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 if: ${{ !cancelled() && (steps.binaries.outcome == 'success' || steps.binaries.outcome == 'failure') }} with: check_name: Unit tests diff --git a/.github/workflows/work_change.yaml b/.github/workflows/work_change.yaml index 55dfca70..190f433f 100644 --- a/.github/workflows/work_change.yaml +++ b/.github/workflows/work_change.yaml @@ -45,7 +45,7 @@ jobs: ansible-playbook images.yaml -v -e devenv=${{ matrix.env.dev }} -e repo_mode=rw - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }} with: check_name: Unit tests @@ -53,7 +53,7 @@ jobs: require_tests: "${{ steps.images.outcome == 'failure' }}" fail_on_failure: false job_summary: false - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }} with: check_name: Integration tests diff --git a/.github/workflows/work_proposal.yaml b/.github/workflows/work_proposal.yaml index 5c7c65a3..dabf18f6 100644 --- a/.github/workflows/work_proposal.yaml +++ b/.github/workflows/work_proposal.yaml @@ -52,7 +52,7 @@ jobs: ansible-playbook images.yaml -v -e devenv=${{ matrix.env.dev }} -e repo_mode=rw - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }} with: check_name: Unit tests (${{ matrix.env.dev }}) @@ -60,7 +60,7 @@ jobs: require_tests: "${{ steps.images.outcome == 'failure' }}" fail_on_failure: false job_summary: false - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }} with: check_name: Integration tests (${{ matrix.env.dev }}) @@ -224,7 +224,7 @@ jobs: - uses: actions/download-artifact@v4.1.4 with: path: artifacts - - uses: mikepenz/action-junit-report@v4.1.0 + - uses: mikepenz/action-junit-report@v4.2.1 with: check_name: End-to-end tests report_paths: "artifacts/e2e-tests-*/**/TEST-*.xml"