From 8f85fee5be9c43c1ee0d37ad8ed277942bfd676f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 05:48:41 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cfd829f..0c4e740 100644 --- a/action.yml +++ b/action.yml @@ -136,7 +136,7 @@ runs: path: ${{ inputs.working-directory }}/reports/${{ inputs.report-name }} - name: Create annotations - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: "!cancelled()" with: check_name: PHP_CodeSniffer