From 97ee001fff220395e50fd6d3a874fa72a54de3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:19:47 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.3.0 to 5.6.2 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.3.0 to 5.6.2. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/ee6b445351cd81e2f73a16a0e52d598aeac2197f...3585e9575db828022551b4231f165eb59a0e74e3) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8c6dd12..bba23bd 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@ee6b445351cd81e2f73a16a0e52d598aeac2197f + uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 with: check_name: See PHP code quality reports report_paths: build/reports/*.xml