From 98cbf769c6fa7c294c0c4427f75a256fdcdb77c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 07:30:20 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 2 to 3 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 3. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v3) --- 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/ci.yaml | 2 +- .github/workflows/resilence.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a68a60681..d0f4b4309 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: ./gradlew clean check -PenvoyVersion=${{ inputs.envoyVersion }} - name: Junit report - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v3 if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/resilence.yaml b/.github/workflows/resilence.yaml index eea3a94aa..a91ad2f57 100644 --- a/.github/workflows/resilence.yaml +++ b/.github/workflows/resilence.yaml @@ -41,7 +41,7 @@ jobs: run: ./gradlew clean -Penvironment=integration :envoy-control-tests:reliabilityTest -DRELIABILITY_FAILURE_DURATION_SECONDS=20 - name: Junit report - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v3 if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml'