Skip to content

Commit 9fe57e8

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.7 to 5.5.10 (#2082)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.7 to 5.5.10. <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.10</h2> <p>Added support for Sha256 signed licenses</p> <h2>5.5.9</h2> <ul> <li>New: Added new setting &quot;applyQueryStringToAllLinks&quot; to apply query string to referenced CSS and JavaScript files and links to support SAS tokens (e.g. on blob storage) (<a href="https://redirect.github.com/danielpalme/reportgenerator-github-action/issues/349">#349</a>)</li> <li>New: Improved escaping of JavaScript content</li> </ul> <h2>5.5.8</h2> <p>Azure DevOps: Added metadata to become a trusted publisher</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/049f7ec958c672fd31d5cc1cb01622dc8d2e23ab"><code>049f7ec</code></a> 5.5.10</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/c31aa4ed4f12f147061186cf2a029f307b5c3636"><code>c31aa4e</code></a> 5.5.9</li> <li><a href="https://github.com/danielpalme/ReportGenerator-GitHub-Action/commit/76a32cbf3ab76fe59d9fe2fe4d76b3f48afa6199"><code>76a32cb</code></a> 5.5.8</li> <li>See full diff in <a href="https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.7...5.5.10">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.7&new-version=5.5.10)](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 cfba2c5 commit 9fe57e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.7
51+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10
5252
with:
5353
reports: coverage/**/coverage.cobertura.xml
5454
targetdir: coveragereport

0 commit comments

Comments
 (0)