From ec1a1f15cf6970311a90f481b2425f72162f7843 Mon Sep 17 00:00:00 2001 From: "we-renovate[bot]" <162337394+we-renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 00:25:12 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/check-update.yml | 2 +- .github/workflows/publish-resources.yml | 2 +- .github/workflows/update-resources.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-update.yml b/.github/workflows/check-update.yml index f607ecd3..c4581862 100644 --- a/.github/workflows/check-update.yml +++ b/.github/workflows/check-update.yml @@ -33,7 +33,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml" diff --git a/.github/workflows/publish-resources.yml b/.github/workflows/publish-resources.yml index 62dda271..15ca2a0c 100644 --- a/.github/workflows/publish-resources.yml +++ b/.github/workflows/publish-resources.yml @@ -44,7 +44,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml" diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml index a80549db..2eac027b 100644 --- a/.github/workflows/update-resources.yml +++ b/.github/workflows/update-resources.yml @@ -36,7 +36,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml"