From 8742433b602e125be8b4bd8b92b5ede3983823b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:47:25 +0000 Subject: [PATCH] Bump mdeweerd/logToCheckStyle from 2026.7.1 to 2026.8.1 Bumps [mdeweerd/logToCheckStyle](https://github.com/mdeweerd/logtocheckstyle) from 2026.7.1 to 2026.8.1. - [Commits](https://github.com/mdeweerd/logtocheckstyle/compare/v2026.7.1...v2026.8.1) --- updated-dependencies: - dependency-name: mdeweerd/logToCheckStyle dependency-version: 2026.7.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 3ab7757a7326e..0eae6d5da72fd 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -157,7 +157,7 @@ jobs: ls -l ~/.cache/pre-commit/ - name: Convert Raw Log to Annotations - uses: mdeweerd/logToCheckStyle@v2026.7.1 + uses: mdeweerd/logToCheckStyle@v2026.8.1 if: ${{ failure() }} with: in: ${{ env.RAW_LOG }} diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index a1a42ceecaab1..bc47da232b9d3 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -192,7 +192,7 @@ jobs: for /f "tokens=2 delims==" %%A in ('doskey /m:err') do EXIT /B %%A - name: Convert Raw Log to Annotations - uses: mdeweerd/logToCheckStyle@v2026.7.1 + uses: mdeweerd/logToCheckStyle@v2026.8.1 if: ${{ failure() }} with: in: ${{ env.PHPUNIT_LOG }}