Skip to content

Commit 8c7f2a1

Browse files
Bump mikepenz/action-junit-report from 6.0.0 to 6.0.1 (CExA-project#962)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@5b7ee5a...e08919a) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3f4707 commit 8c7f2a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/early_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
else echo "with_report=false" >> "$GITHUB_OUTPUT"
219219
fi
220220
- name: Publish Test Report
221-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
221+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
222222
if: ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
223223
with:
224224
annotate_only: true # forked repo cannot write to checks so just do annotations

.github/workflows/tests-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Run unit tests
200200
run: ctest --test-dir build --output-on-failure --timeout 10 --output-junit tests.xml
201201
- name: Publish Test Report
202-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
202+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
203203
if: ( success() || failure() ) # always run even if the previous step fails
204204
with:
205205
annotate_only: true # forked repo cannot write to checks so just do annotations

.github/workflows/tests-ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
else echo "with_report=false" >> "$GITHUB_OUTPUT"
377377
fi
378378
- name: Publish Test Report
379-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
379+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
380380
if: ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
381381
with:
382382
annotate_only: true # forked repo cannot write to checks so just do annotations
@@ -477,7 +477,7 @@ jobs:
477477
else echo "with_report=false" >> "$GITHUB_OUTPUT"
478478
fi
479479
- name: Publish Test Report
480-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
480+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
481481
if: ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
482482
with:
483483
annotate_only: true # forked repo cannot write to checks so just do annotations

.github/workflows/tests-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cmake --build build --config ${{matrix.config}}
109109
ctest --test-dir build --build-config ${{matrix.config}} --output-on-failure --timeout 10 --output-junit tests.xml
110110
- name: Publish Test Report
111-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
111+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
112112
if: ( success() || failure() ) # always run even if the previous step fails
113113
with:
114114
annotate_only: true # forked repo cannot write to checks so just do annotations

0 commit comments

Comments
 (0)