Skip to content

Commit 0aa18d9

Browse files
authored
chore: bump coverallsapp/github-action from 2.3.4 to 2.3.6 (Mellanox#1300)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.4 to 2.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coverallsapp/github-action/releases">coverallsapp/github-action's releases</a>.</em></p> <blockquote> <h2>v2.3.6</h2> <h2>What's Changed</h2> <ul> <li>Explicitly set auto-detect as default for platform by <a href="https://github.com/fredden"><code>@​fredden</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/240">coverallsapp/github-action#240</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coverallsapp/github-action/compare/v2...v2.3.6">https://github.com/coverallsapp/github-action/compare/v2...v2.3.6</a></p> <h2>v2.3.5</h2> <h2>What's Changed</h2> <ul> <li>Automatically detect the platform to install by <a href="https://github.com/fredden"><code>@​fredden</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/238">coverallsapp/github-action#238</a></li> <li>README/Inputs: list all (non-deprecated) inputs by <a href="https://github.com/jrfnl"><code>@​jrfnl</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/239">coverallsapp/github-action#239</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fredden"><code>@​fredden</code></a> made their first contribution in <a href="https://redirect.github.com/coverallsapp/github-action/pull/238">coverallsapp/github-action#238</a></li> <li><a href="https://github.com/jrfnl"><code>@​jrfnl</code></a> made their first contribution in <a href="https://redirect.github.com/coverallsapp/github-action/pull/239">coverallsapp/github-action#239</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coverallsapp/github-action/compare/v2...v2.3.5">https://github.com/coverallsapp/github-action/compare/v2...v2.3.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coverallsapp/github-action/commit/648a8eb78e6d50909eff900e4ec85cab4524a45b"><code>648a8eb</code></a> Explicitly set auto-detect as default for platform (<a href="https://redirect.github.com/coverallsapp/github-action/issues/240">#240</a>)</li> <li><a href="https://github.com/coverallsapp/github-action/commit/773b6d8e80fa7862da56a7664bd747c91255b2e2"><code>773b6d8</code></a> README/Inputs: list all (non-deprecated) inputs (<a href="https://redirect.github.com/coverallsapp/github-action/issues/239">#239</a>)</li> <li><a href="https://github.com/coverallsapp/github-action/commit/72709f8c43414e4e4580c289f1742fc01e5562c1"><code>72709f8</code></a> Automatically detect the platform to install (<a href="https://redirect.github.com/coverallsapp/github-action/issues/238">#238</a>)</li> <li>See full diff in <a href="https://github.com/coverallsapp/github-action/compare/v2.3.4...v2.3.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverallsapp/github-action&package-manager=github_actions&previous-version=2.3.4&new-version=2.3.6)](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>
2 parents f7d659b + 495dcfd commit 0aa18d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
go install github.com/jandelgado/gcov2lcov@latest
9898
gcov2lcov -infile=network-operator.cover -outfile=coverage.lcov
9999
- name: Upload coverage to Coveralls
100-
uses: coverallsapp/[email protected].4
100+
uses: coverallsapp/[email protected].6
101101
with:
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)