From 2c4528e8d2e24fae47e83ab312bed93cdc761062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:37:00 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.3.1 to 5.3.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.3.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/db71d41eb79864e25ab0337e395c352e84523afe...ee6b445351cd81e2f73a16a0e52d598aeac2197f) --- 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..c88e431 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@ee6b445351cd81e2f73a16a0e52d598aeac2197f with: check_name: See PHP code quality reports report_paths: build/reports/*.xml