Skip to content

Commit

Permalink
Infrastructure: Bump ZedThree/clang-tidy-review from 0.13.1 to 0.13.2 (
Browse files Browse the repository at this point in the history
…Mudlet#6935)

Bumps
[ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review)
from 0.13.1 to 0.13.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zedthree/clang-tidy-review/releases">ZedThree/clang-tidy-review's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade pyyaml to 6.0.1 to fix docker build by <a
href="https://github.com/vaithak"><code>@​vaithak</code></a> in <a
href="https://redirect.github.com/ZedThree/clang-tidy-review/pull/90">ZedThree/clang-tidy-review#90</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vaithak"><code>@​vaithak</code></a> made
their first contribution in <a
href="https://redirect.github.com/ZedThree/clang-tidy-review/pull/90">ZedThree/clang-tidy-review#90</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ZedThree/clang-tidy-review/compare/v0.13.1...v0.13.2">https://github.com/ZedThree/clang-tidy-review/compare/v0.13.1...v0.13.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/25211720a54a92626fb05790061716d4356faffc"><code>2521172</code></a>
Merge pull request <a
href="https://redirect.github.com/zedthree/clang-tidy-review/issues/90">#90</a>
from vaithak/patch-1</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/ce197b22ffc1a382374af76948048873314bf9a1"><code>ce197b2</code></a>
Upgrade pyyaml to 6.0.1 to fix docker build</li>
<li>See full diff in <a
href="https://github.com/zedthree/clang-tidy-review/compare/v0.13.1...v0.13.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZedThree/clang-tidy-review&package-manager=github_actions&previous-version=0.13.1&new-version=0.13.2)](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 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>
  • Loading branch information
dependabot[bot] authored Aug 5, 2023
1 parent adb0013 commit 8a33e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clangtidy-diff-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
--target autogen
- name: Check C++ changes against style guide
uses: ZedThree/clang-tidy-review@v0.13.1
uses: ZedThree/clang-tidy-review@v0.13.2
id: static_analysis
with:
build_dir: 'b/ninja' # path is relative to checkout directory
Expand All @@ -133,4 +133,4 @@ jobs:
split_workflow: true

- name: Upload check results
uses: ZedThree/clang-tidy-review/upload@v0.13.1
uses: ZedThree/clang-tidy-review/upload@v0.13.2
2 changes: 1 addition & 1 deletion .github/workflows/clangtidy-post-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/post@v0.13.1
- uses: ZedThree/clang-tidy-review/post@v0.13.2
with:
# don't post any comments if the PR is fine
lgtm_comment_body: ''
Expand Down

0 comments on commit 8a33e1f

Please sign in to comment.