Skip to content

Commit 3ee250c

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.3 to 5.5.4 (#2033)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.3 to 5.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danielpalme/reportgenerator-github-action/releases">danielpalme/ReportGenerator-GitHub-Action's releases</a>.</em></p> <blockquote> <h2>5.5.4</h2> <p><a href="https://redirect.github.com/danielpalme/ReportGenerator/issues/777">danielpalme/ReportGenerator#777</a>: Added new report type 'cjson' (contributed by <a href="https://github.com/RemyBoyer"><code>@​RemyBoyer</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/cf6fe1b38ed5becc89ffe056c1f240825993be5b"><code>cf6fe1b</code></a> 5.5.4</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/208a221555ec6653b87f6fa41438214de4e8a5e1"><code>208a221</code></a> 5.5.4</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/d047b021c02956b93b4515169b438da66ceee808"><code>d047b02</code></a> <a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/36">#36</a>: Upgrade NodeJS</li> <li>See full diff in <a href="https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.3...5.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=danielpalme/ReportGenerator-GitHub-Action&package-manager=github_actions&previous-version=5.5.3&new-version=5.5.4)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b9eae9 commit 3ee250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --results-directory coverage
4949

5050
- name: ReportGenerator
51-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3
51+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.4
5252
with:
5353
reports: coverage/**/coverage.cobertura.xml
5454
targetdir: coveragereport

0 commit comments

Comments
 (0)