2
0
forked from Wavyzz/dolibarr

Merge pull request #28956 from Dolibarr/dependabot/github_actions/mdeweerd/logToCheckStyle-2024.3.2

Bump mdeweerd/logToCheckStyle from 2024.2.9 to 2024.3.2
This commit is contained in:
Laurent Destailleur
2024-03-19 02:09:55 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -152,7 +152,7 @@ jobs:
echo "PHPUNIT seems to have completed with a test result, reuse the exit code" echo "PHPUNIT seems to have completed with a test result, reuse the exit code"
for /f "tokens=2 delims==" %%A in ('doskey /m:err') do EXIT /B %%A for /f "tokens=2 delims==" %%A in ('doskey /m:err') do EXIT /B %%A
- name: Convert Raw Log to Annotations - name: Convert Raw Log to Annotations
uses: mdeweerd/logToCheckStyle@v2024.3.2 uses: mdeweerd/logToCheckStyle@2024.3.2
if: ${{ failure() }} if: ${{ failure() }}
with: with:
in: ${{ env.PHPUNIT_LOG }} in: ${{ env.PHPUNIT_LOG }}