From cddab89321c116043a69b03a5384d9d841002938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:03:57 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.3.1 to 5.2.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/db71d41eb79864e25ab0337e395c352e84523afe...62516aa379bff6370c95fd5894d5a27fb6619d9b) --- 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..18e8122 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@62516aa379bff6370c95fd5894d5a27fb6619d9b with: check_name: See PHP code quality reports report_paths: build/reports/*.xml