From 25184b9e9df9d3119fc6c103c4ee4d42d29b194d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:58:09 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5.0.1 --- .github/workflows/check.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7bc4cb9aa7..761322a40c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -37,7 +37,7 @@ jobs: working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 if: always() # always run even if the previous step fails with: # fail if there are no test results diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab120ea1a0..94efe523c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,7 +109,7 @@ jobs: # working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 if: always() # always run even if the previous step fails with: # fail if there are no test results diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7884de54d2..95d6c37a0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: working-directory: ./build - name: Publish Test Report - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 if: ${{ always() && inputs.includeTests }} with: # fail if there are no test results