Skip to content

Commit

Permalink
Bump reviewdog/action-cpplint from 1.2.0 to 1.4.0 (#6176)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-cpplint](https://github.com/reviewdog/action-cpplint)
from 1.2.0 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reviewdog/action-cpplint/releases">reviewdog/action-cpplint's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update reviewdog to 0.17.5 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/reviewdog/action-cpplint/pull/40">reviewdog/action-cpplint#40</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-cpplint/compare/v1.3.0...v1.4.0">https://github.com/reviewdog/action-cpplint/compare/v1.3.0...v1.4.0</a></p>
<h2>Release v1.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update reviewdog to 0.17.4 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/reviewdog/action-cpplint/pull/39">reviewdog/action-cpplint#39</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-cpplint/compare/v1.2.0...v1.3.0">https://github.com/reviewdog/action-cpplint/compare/v1.2.0...v1.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-cpplint/commit/004f44c404bd6308ebab788936490bfa4160626f"><code>004f44c</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-cpplint/issues/40">#40</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-cpplint/commit/a96af683d2db38c94056af613bcf0d5a919e1cb9"><code>a96af68</code></a>
chore(deps): update reviewdog to 0.17.5</li>
<li><a
href="https://github.com/reviewdog/action-cpplint/commit/61869daa530674de5aec805f3eac22e6fdcf7dfe"><code>61869da</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-cpplint/issues/39">#39</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-cpplint/commit/811d079db19390d85e35f55755f98ce1e5df5870"><code>811d079</code></a>
chore(deps): update reviewdog to 0.17.4</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-cpplint/compare/f4595711c17503b596166b81782d83774541c2d8...004f44c404bd6308ebab788936490bfa4160626f">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reviewdog/action-cpplint&package-manager=github_actions&previous-version=1.2.0&new-version=1.4.0)](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>
Co-authored-by: Xavier Dupré <xadupre@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and xadupre committed Jun 14, 2024
1 parent 873a078 commit c2b80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
level: info
filter_mode: diff_context
- name: cpplint # Static check C++ code
uses: reviewdog/action-cpplint@f4595711c17503b596166b81782d83774541c2d8 # v1.2.0
uses: reviewdog/action-cpplint@004f44c404bd6308ebab788936490bfa4160626f # v1.4.0
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
Expand Down

0 comments on commit c2b80cc

Please sign in to comment.