Skip to content

Commit

Permalink
chore(deps): Bump DoozyX/clang-format-lint-action from 0.14 to 0.15 (#…
Browse files Browse the repository at this point in the history
…804)

Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.14 to 0.15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/DoozyX/clang-format-lint-action/releases">DoozyX/clang-format-lint-action's releases</a>.</em></p>
<blockquote>
<h2>v0.15</h2>
<ul>
<li>Support clang-format 15 <a href="https://github-redirect.dependabot.com/DoozyX/clang-format-lint-action/issues/49">#49</a> (<a href="https://github.com/SK83RJOSH"><code>@​SK83RJOSH</code></a>)</li>
<li>Colorize output in github action <a href="https://github-redirect.dependabot.com/DoozyX/clang-format-lint-action/issues/48">#48</a> (<a href="https://github.com/kalabukdima"><code>@​kalabukdima</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/c3b2c943e924028b93a707a5b1b017976ab8d50c"><code>c3b2c94</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DoozyX/clang-format-lint-action/issues/48">#48</a> from kalabukdima/master</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/7cd722027f88b5c0db18b5cc046a53802519fa3c"><code>7cd7220</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DoozyX/clang-format-lint-action/issues/49">#49</a> from SK83RJOSH/master</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/acc83cbc277629bff7b05fef507718d68031c99c"><code>acc83cb</code></a> Support clang-format 15</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/a69aedf9f219e871d0ac8df9c1e4ccdd02622bed"><code>a69aedf</code></a> Colorize output in github action</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/33bcef1963b6f0f81093227cea9aff29232b84a9"><code>33bcef1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/DoozyX/clang-format-lint-action/issues/46">#46</a> from heisencoder/master</li>
<li><a href="https://github.com/DoozyX/clang-format-lint-action/commit/2e526c4437ad622d65c11d7f31b030b3732fd3b7"><code>2e526c4</code></a> Update examples in README.md with latest version</li>
<li>See full diff in <a href="https://github.com/DoozyX/clang-format-lint-action/compare/v0.14...v0.15">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DoozyX/clang-format-lint-action&package-manager=github_actions&previous-version=0.14&new-version=0.15)](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>
  • Loading branch information
dependabot[bot] authored Nov 21, 2022
1 parent 81f2ed4 commit 23b8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.14
- uses: DoozyX/clang-format-lint-action@v0.15
with:
source: '.'
exclude: './third_party'
Expand Down

0 comments on commit 23b8d9a

Please sign in to comment.