Skip to content

Commit b4d0b76

Browse files
chore(deps): Bump bibipkins/dotnet-test-reporter from 1.5.3 to 1.5.4 (#399)
Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.5.3 to 1.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bibipkins/dotnet-test-reporter/releases">bibipkins/dotnet-test-reporter's releases</a>.</em></p> <blockquote> <h2>v1.5.4</h2> <h2>What's Changed</h2> <ul> <li>Get server URL from Github context to support GHES by <a href="https://github.com/abby-gourlay"><code>@​abby-gourlay</code></a> in <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/pull/67">bibipkins/dotnet-test-reporter#67</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/abby-gourlay"><code>@​abby-gourlay</code></a> made their first contribution in <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/pull/67">bibipkins/dotnet-test-reporter#67</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.3...v1.5.4">https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.3...v1.5.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/bb30461becf3f562751a01d686ce8f73425c27d2"><code>bb30461</code></a> Merge pull request <a href="https://redirect.github.com/bibipkins/dotnet-test-reporter/issues/67">#67</a> from abby-gourlay/feat/GHES-support</li> <li><a href="https://github.com/bibipkins/dotnet-test-reporter/commit/778d66f9c6eb1d4da212b20caadd005b35c27fef"><code>778d66f</code></a> Get server URL from Github context to support GHES</li> <li>See full diff in <a href="https://github.com/bibipkins/dotnet-test-reporter/compare/v1.5.3...v1.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bibipkins/dotnet-test-reporter&package-manager=github_actions&previous-version=1.5.3&new-version=1.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5872700 commit b4d0b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet test --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage"
5757

5858
- name: Generate test report
59-
uses: bibipkins/[email protected].3
59+
uses: bibipkins/[email protected].4
6060
if: ${{ always() }}
6161
with:
6262
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)