Skip to content

Commit ca17d55

Browse files
Bump mikepenz/action-junit-report from 5.6.2 to 6.0.0 (#943)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.6.2 to 6.0.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@3585e95...5b7ee5a) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0a89a5 commit ca17d55

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@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
221+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
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@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
202+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
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@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
379+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
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@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
480+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
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@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
111+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
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)