Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.2.1 to 4.2.2 (#9966)
Browse files Browse the repository at this point in the history
Bumps
[mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)
from 4.2.1 to 4.2.2.
<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>v4.2.2</h2>
<h2>🚀 Features</h2>
<ul>
<li>Add classname to check_title_template
<ul>
<li>PR: <a
href="https://redirect.github.com/mikepenz/action-junit-report/issues/1095">#1095</a></li>
<li>Thanks <a
href="https://github.com/valentin-demange"><code>@​valentin-demange</code></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/1101">#1101</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/ac30be7acb0a361e5492575ab42e47fcadec4928"><code>ac30be7</code></a>
Merge pull request <a
href="https://redirect.github.com/mikepenz/action-junit-report/issues/1101">#1101</a>
from mikepenz/feature/dependency_updates_20240530</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/fdfd21aac28ad0251dcd0854ae1a707c64b2592b"><code>fdfd21a</code></a>
- add eslint import</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/15fd1d83bdfc231e297aa91e713eb0b453965a68"><code>15fd1d8</code></a>
```</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/0405bc66e8fa8068f8af6ea310b1f848e2b54afa"><code>0405bc6</code></a>
Merge branch 'feature/add-classname-to-check-title-template'</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/a40320bcc7f5f947f5ffcaa60799a694bc6584d7"><code>a40320b</code></a>
- slightly additional handling for class name</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/8c4af8b6da976c55012970dafbe0451e94625077"><code>8c4af8b</code></a>
Fix main</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/092d949b24da454ed7b638c614a5e3a376dea518"><code>092d949</code></a>
Fix readme</li>
<li><a
href="https://github.com/mikepenz/action-junit-report/commit/c55f2d4ad01535801de15f9b553dc1730121800b"><code>c55f2d4</code></a>
Add classname to check_title_template</li>
<li>See full diff in <a
href="https://github.com/mikepenz/action-junit-report/compare/v4.2.1...v4.2.2">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=4.2.1&new-version=4.2.2)](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>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 0074a65 commit c66a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-Dtest.emma.htmlunit.disable=true
- name: Report test results
uses: mikepenz/[email protected].1
uses: mikepenz/[email protected].2
if: always()
with:
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'
Expand Down

0 comments on commit c66a2ba

Please sign in to comment.