From e39b8e42bf893a2f1a87638d9b39d8cf38f3edd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:03:55 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.3.0 to 4.3.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4c1ded..91e6cea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,7 +98,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.3.0 + uses: mikepenz/action-junit-report@v4.3.1 with: check_name: "test-result-${{ matrix.scope }}" report_paths: "**/surefire-reports/TEST-*.xml" @@ -165,7 +165,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.3.0 + uses: mikepenz/action-junit-report@v4.3.1 with: check_name: "test-result-Net" report_paths: "net/surefire-reports/TEST-*.xml"