Skip to content

Commit

Permalink
build(deps): Bump EnricoMi/publish-unit-test-result-action from 2.17.…
Browse files Browse the repository at this point in the history
…0 to 2.17.1 (#781)

Bumps
[EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action)
from 2.17.0 to 2.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/enricomi/publish-unit-test-result-action/releases">EnricoMi/publish-unit-test-result-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.17.1</h2>
<p>Fixes the following issue:</p>
<ul>
<li>Fix failing check run creation when no path or error message exists
(<a
href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/621">#621</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/82082dac68ad6a19d980f8ce817e108b9f496c2a"><code>82082da</code></a>
Releasing v2.17.1</li>
<li><a
href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/673174d00b173dbbb4094040e96e4c7ce14951b7"><code>673174d</code></a>
Add default path and message for parse error and suite output
annotations (<a
href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/621">#621</a>)</li>
<li><a
href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/c7f51e65532a8ee8d11095c79867697d837c85ed"><code>c7f51e6</code></a>
Disable upload of .dockerbuild file in deploy job</li>
<li>See full diff in <a
href="https://github.com/enricomi/publish-unit-test-result-action/compare/567cc7f8dcea3eba5da355f6ebc95663310d8a07...82082dac68ad6a19d980f8ce817e108b9f496c2a">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EnricoMi/publish-unit-test-result-action&package-manager=github_actions&previous-version=2.17.0&new-version=2.17.1)](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 Sep 18, 2024
1 parent 1589539 commit 50369c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run unit tests
run: devbox run -- task test:unit
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@567cc7f8dcea3eba5da355f6ebc95663310d8a07 # v2
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2
if: always()
with:
check_name: "Unit test results"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TMPDIR: ${{ runner.temp }}
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@567cc7f8dcea3eba5da355f6ebc95663310d8a07 # v2
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2
if: always()
with:
check_name: "e2e test results"
Expand Down

0 comments on commit 50369c5

Please sign in to comment.