Qual: Bump logToCheckStyle for better filename handling

# Qual: Bump logToCheckStyle for better filename handling

Some notifications from the PHPCS step in pre-commit extracted too many
characters for the filename in a specific case.
The update to logToCheckStyle fixes that.
This commit is contained in:
MDW
2024-03-20 13:39:11 +01:00
parent e16d1d5de9
commit dc15b2ee79
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ jobs:
ls -l ~/.cache/pre-commit/
- name: Convert Raw Log to Annotations
uses: mdeweerd/logToCheckStyle@2024.3.2
uses: mdeweerd/logToCheckStyle@v2024.3.4
if: ${{ failure() }}
with:
in: ${{ env.RAW_LOG }}