From e8fd06fd99ad547bfa7be9fb5ff7d8b7e7aac7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:05:57 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/db71d41eb79864e25ab0337e395c352e84523afe...992d97d6eb2e5f3de985fbf9df6a04386874114d) --- 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/php.code_quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index 4f7432d..1237726 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -81,7 +81,7 @@ jobs: path: build/ - name: Report analisys results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d with: check_name: See PHP code quality reports report_paths: build/reports/*.xml