Skip to content

Commit

Permalink
Bump reviewdog/action-suggester from 1.18.0 to 1.19.0 (#28653)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-suggester](https://github.com/reviewdog/action-suggester)
from 1.18.0 to 1.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reviewdog/action-suggester/releases">reviewdog/action-suggester's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.19.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>-fail-level</code> support and deprecate
<code>-fail-on-error</code> by <a
href="https://github.com/mongolyy"><code>@​mongolyy</code></a> in <a
href="https://redirect.github.com/reviewdog/action-suggester/pull/67">reviewdog/action-suggester#67</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mongolyy"><code>@​mongolyy</code></a>
made their first contribution in <a
href="https://redirect.github.com/reviewdog/action-suggester/pull/67">reviewdog/action-suggester#67</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-suggester/compare/v1.18.0...v1.19.0">https://github.com/reviewdog/action-suggester/compare/v1.18.0...v1.19.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-suggester/commit/a3026c6020837c23b61a79d12db223a00df19e6a"><code>a3026c6</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-suggester/issues/67">#67</a>
from mongolyy/add-fail-level-support</li>
<li><a
href="https://github.com/reviewdog/action-suggester/commit/c17dcbbf073cc97ccb18149aa81b0d6c89be2eb2"><code>c17dcbb</code></a>
Update action.yml</li>
<li><a
href="https://github.com/reviewdog/action-suggester/commit/36a546fa8a1da6ce3d4f8c66a052d09c04c948d8"><code>36a546f</code></a>
shfmt needs 1.22 or later.</li>
<li><a
href="https://github.com/reviewdog/action-suggester/commit/7ae5ec553bbedd47a6ad04eb90502aa6b030edb0"><code>7ae5ec5</code></a>
add deprecation message</li>
<li><a
href="https://github.com/reviewdog/action-suggester/commit/f5f36f26c28b7721b922e5013aa3ce50ea826c77"><code>f5f36f2</code></a>
add <code>-fail-level</code> support</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-suggester/compare/db4abb16fbaabe386831e5addb7be1485d0d63d3...a3026c6020837c23b61a79d12db223a00df19e6a">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reviewdog/action-suggester&package-manager=github_actions&previous-version=1.18.0&new-version=1.19.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 62e8e08 commit 0fdc1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: suggester / clang-format
if: startsWith(github.event_name, 'pull_request')
uses: reviewdog/action-suggester@db4abb16fbaabe386831e5addb7be1485d0d63d3 # v1.18.0
uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: warning
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- name: suggester / clang-format
if: startsWith(github.event_name, 'pull_request')
uses: reviewdog/action-suggester@db4abb16fbaabe386831e5addb7be1485d0d63d3 # v1.18.0
uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a # v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: warning
Expand Down

0 comments on commit 0fdc1bc

Please sign in to comment.