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:
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
2
.github/workflows/windows-ci.yaml
vendored
2
.github/workflows/windows-ci.yaml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user