Skip to content

Commit fe92576

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.4 to 5.4.7 (#12024)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.4 to 5.4.7. <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.4.7</h2> <p><a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/731">#731</a> Added option to break build when maximum risk hotspots metrics are exceeded</p> <h2>5.4.6</h2> <p><a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/730">#730</a> Added support for the REPORTGENERATOR_LICENSE environment variable in the MSBuild task (contributed by <a href="https://github.com/0xced"><code>@​0xced</code></a>)</p> <h2>5.4.5</h2> <p><a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/724">#724</a> Fixed splitting of possible glob patterns (contributed by <a href="https://github.com/karl-sjogren"><code>@​karl-sjogren</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/c9576654e2fea2faa7b69e59550b3805bf6a9977"><code>c957665</code></a> 5.4.7</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/cc137d2b561c02b63ae869ffbe8f68af9d904bf4"><code>cc137d2</code></a> 5.4.6</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/42e3e23ed571b462ec727ddd851a0e0b4242880d"><code>42e3e23</code></a> fix: use relative path also for reports</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/8d9e48a66472f628a71c839568e6b0e62f651295"><code>8d9e48a</code></a> Readme</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/25b1e0261a9f68d7874dbbace168300558ef68f7"><code>25b1e02</code></a> 5.4.5</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/9c9d929d22640fbfbb699c74582b937c74865461"><code>9c9d929</code></a> <a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/23">#23</a> Added workingdir option</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/325ae3c2e18fa9baa233585809dc52b86f90623c"><code>325ae3c</code></a> <a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/23">#23</a> Added workingdir option</li> <li>See full diff in <a href="https://github.com/danielpalme/reportgenerator-github-action/compare/5.4.4...5.4.7">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.4.4&new-version=5.4.7)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4871024 commit fe92576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
# Generate test reports and check coverage
171171
- name: Generate test reports
172-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.4
172+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.7
173173
with:
174174
reports: "./TestResults/Coverage/**/coverage.cobertura.xml"
175175
targetdir: "./TestResults/Reports"

0 commit comments

Comments
 (0)