Skip to content

Commit a5e649d

Browse files
Bump mikepenz/action-junit-report from 5.4.0 to 5.5.0 (#10105)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.4.0 to 5.5.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>v5.5.0</h2> <h2>🚀 Features</h2> <ul> <li>Include time in summary tables <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1318">#1318</a></li> </ul> </li> </ul> <h2>📦 Dependencies</h2> <ul> <li>Dependency upgrades <ul> <li>PR: <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1317">#1317</a></li> </ul> </li> </ul> <h2>Contributors:</h2> <ul> <li><a href="https://github.com/mikepenz"><code>@​mikepenz</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikepenz/action-junit-report/commit/97744eca465b8df9e6e33271cb155003f85327f1"><code>97744ec</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1318">#1318</a> from mikepenz/fix/1316</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/1f0645c771e6d7445c1efa2f05bc5142d441edc9"><code>1f0645c</code></a> - disable time by default again</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/acee33b048a56faa968d0a1ecbf1f4a4051c2bd1"><code>acee33b</code></a> - some additional formatting</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/6660b3d7e5f79d9cc9f61e0cde552d25c27e8cfc"><code>6660b3d</code></a> - test with time once more</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/872af4e21da8c7fed65558f84470facd85e40d3e"><code>872af4e</code></a> - update tests for adjusted format</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/559fc44ad0312a7d265c9bcaf298ce66b996e528"><code>559fc44</code></a> - format time in human readable form</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/db7ef43bc1b126be083852ea936a89bc763f295a"><code>db7ef43</code></a> - fix tests with time being included</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/da282a23543128119710b4f6bdf301195384feba"><code>da282a2</code></a> - include time in the summary table</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/9ddb3ab574dab34cafe45ffc15276e49297c80ee"><code>9ddb3ab</code></a> Merge pull request <a href="https://redirect.github.com/mikepenz/action-junit-report/issues/1317">#1317</a> from mikepenz/feature/dependency_upgrades_20250309</li> <li><a href="https://github.com/mikepenz/action-junit-report/commit/7734196acfb964d4ccba1b5d89c55ea0090cf12f"><code>7734196</code></a> - recompile dist</li> <li>Additional commits viewable in <a href="https://github.com/mikepenz/action-junit-report/compare/v5.4.0...v5.5.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.4.0&new-version=5.5.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 78215ac commit a5e649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-Dtest.emma.htmlunit.disable=true
5858
5959
- name: Report test results
60-
uses: mikepenz/action-junit-report@v5.4.0
60+
uses: mikepenz/action-junit-report@v5.5.0
6161
if: always()
6262
with:
6363
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'

0 commit comments

Comments
 (0)