Skip to content

Commit

Permalink
Bump yoheimuta/action-protolint from 1.1.0 to 1.3.0 (#196)
Browse files Browse the repository at this point in the history
Bumps
[yoheimuta/action-protolint](https://github.com/yoheimuta/action-protolint)
from 1.1.0 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yoheimuta/action-protolint/releases">yoheimuta/action-protolint's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.3.0</h2>
<p>v1.3.0: PR <a
href="https://github.com/yoheimuta/action-protolint/issues/6">#6</a>
- Bump reviewdog to 0.17.1 for new github-pr-annotations reporter</p>
<h2>Release v1.2.0</h2>
<p>v1.2.0: PR <a
href="https://github.com/yoheimuta/action-protolint/issues/5">#5</a>
- refactor: update protolint version v0.38.2 -&gt; v0.46.3</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yoheimuta/action-protolint/commit/e62319541dc5107df5e3a5010acb8987004d3d25"><code>e623195</code></a>
Merge pull request <a
href="https://github.com/yoheimuta/action-protolint/issues/6">#6</a>
from javierjulio/patch-1</li>
<li><a
href="https://github.com/yoheimuta/action-protolint/commit/bdeddf10fd93e9bced550d2a594f61c0d28100c3"><code>bdeddf1</code></a>
Bump reviewdog to v0.17.1</li>
<li><a
href="https://github.com/yoheimuta/action-protolint/commit/14d53bef00d0e0c09f74d0f0c1b3ce639d86ca58"><code>14d53be</code></a>
Merge pull request <a
href="https://github.com/yoheimuta/action-protolint/issues/5">#5</a>
from arvgord/feature/update_protolint</li>
<li><a
href="https://github.com/yoheimuta/action-protolint/commit/819874e07924570a4e4a6eedaa9ed078ab187881"><code>819874e</code></a>
refactor: update protolint version v0.38.2 -&gt; v0.46.3</li>
<li>See full diff in <a
href="https://github.com/yoheimuta/action-protolint/compare/a7c658b971a0874e120e046edb6fd137fdbc92a7...e62319541dc5107df5e3a5010acb8987004d3d25">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yoheimuta/action-protolint&package-manager=github_actions&previous-version=1.1.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
  • Loading branch information
llucax authored Sep 12, 2024
2 parents cc7d721 + b95abff commit a36b115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
# Only use hashes here, as we are passing the github token, we want to
# make sure updates are done consciously to avoid security issues if the
# action repo gets hacked
uses: yoheimuta/action-protolint@a7c658b971a0874e120e046edb6fd137fdbc92a7 # v1.1.0
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
with:
fail_on_error: true
filter_mode: nofilter
github_token: ${{ secrets.github_token }}
protolint_flags: proto/
protolint_version: "0.45.0"
protolint_version: "0.50.5"
reporter: github-check

nox:
Expand Down

0 comments on commit a36b115

Please sign in to comment.