From 14c220e48463682aff5c26c3ca16d465a4d91538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:40:57 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 3.7.6 to 5.2.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.6 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/959aefb7f095e717eb407fe917238d61ca323ff3...62516aa379bff6370c95fd5894d5a27fb6619d9b) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9abb2ec71c..cbc77c8153 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -300,7 +300,7 @@ jobs: - name: Publish test results if: ${{ always() }} continue-on-error: true - uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0 with: check_name: 'Unit Tests Summary' github_token: ${{ secrets.GITHUB_TOKEN }} @@ -443,7 +443,7 @@ jobs: - name: Publish test results if: ${{ always() }} - uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0 with: check_name: 'Cypress Tests Summary' github_token: ${{ secrets.GITHUB_TOKEN }}