Skip to content

Commit 554447e

Browse files
Bump mikepenz/action-junit-report from 5.6.0 to 6.0.0 (#10157)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.6.0 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikepenz/action-junit-report/releases">mikepenz/action-junit-report's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <blockquote> <p>[!IMPORTANT]<br /> This update moves to <code>node24</code> for actions. For self-hosted runners ensure they are up2date.</p> </blockquote> <h2>🚀 Features</h2> <ul> <li>Add <code>job_summary_text</code> input to include custom text in job summary <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1439">#1439</a></li> </ul> </li> <li>Add include_skipped parameter to control skipped test visibility in summary tables <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1411">#1411</a></li> </ul> </li> </ul> <h2>🧪 Tests</h2> <ul> <li>Replace Jest with Vitest <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1436">#1436</a></li> </ul> </li> </ul> <h2>💬 Other</h2> <ul> <li>Fix README.md <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1381">#1381</a></li> </ul> </li> <li>Update devcontainer <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1404">#1404</a></li> </ul> </li> </ul> <h2>📦 Dependencies</h2> <ul> <li>Dev dependency upgrades <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1383">#1383</a></li> </ul> </li> <li>Update dev dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1405">#1405</a></li> </ul> </li> <li>Bump actions/checkout from 4 to 5 <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1408">#1408</a></li> </ul> </li> <li>Bump actions/setup-node from 4 to 5 <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1418">#1418</a></li> </ul> </li> <li>Upgrade dev dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1437">#1437</a></li> </ul> </li> </ul> <h2>Contributors:</h2> <ul> <li><a href="https://github.com/mdolinin"><code>@​mdolinin</code></a>, <a href="https://github.com/mikepenz"><code>@​mikepenz</code></a>, <a href="https://github.com/Copilot"><code>@​Copilot</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]</li> </ul> <h2>v5.6.2</h2> <h2>🚀 Features</h2> <ul> <li>Add pr_id parameter to support PR comments from workflow_run contexts <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1379">#1379</a></li> </ul> </li> </ul> <h2>📦 Dependencies</h2> <ul> <li>Upgrade dev dependencies <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1380">#1380</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikepenz/action-junit-report/commit/5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4"><code>5b7ee5a</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1411">#1411</a> from mikepenz/copilot/fix-1410</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/2882d9739ebeed4654287fe4e7bd2d1e1f8312d7"><code>2882d97</code></a> test to exclude skipped</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/41203016da3801a867b0eeb8fa17dfba960b3eab"><code>4120301</code></a> simplify conditions again</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/4120dea4e6c994829326fbe0bdac9832c424eecf"><code>4120dea</code></a> Add include_skipped parameter to control skipped tests in summary tables</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/948edbd4cb0798d5a175157c1913cee1fb2e7ac8"><code>948edbd</code></a> Initial plan</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/5c9969ed1c4fe9cdf74f488b539c27dc2836d456"><code>5c9969e</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1439">#1439</a> from mikepenz/feature/1435_2</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/b95836908eba20e65453b0c8f23d0d347892371b"><code>b958369</code></a> update README</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/a0fdecc6daefccb69032f55bd1941f6083b942a5"><code>a0fdecc</code></a> apply feedback on writing the summary</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/1af74a5df783273c5bd7af13095fb28c8ce03ccd"><code>1af74a5</code></a> add <code>job_summary_text</code> input to include custom text in job summary</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/6be04cc6f8a34be23f830ae3bf1bd61f4043fd7d"><code>6be04cc</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1437">#1437</a> from mikepenz/feature/dependency_upgrades</li> <li>Additional commits viewable in <a href="https://github.com/mikepenz/action-junit-report/compare/v5.6.0...v6.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mikepenz/action-junit-report&package-manager=github_actions&previous-version=5.6.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a0894b commit 554447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
-Dtest.emma.htmlunit.disable=true
5959
6060
- name: Report test results
61-
uses: mikepenz/action-junit-report@v5.6.0
61+
uses: mikepenz/action-junit-report@v6.0.0
6262
if: always()
6363
with:
6464
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'

0 commit comments

Comments
 (0)