Skip to content

Commit a36b115

Browse files
authored
Bump yoheimuta/action-protolint from 1.1.0 to 1.3.0 (#196)
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://redirect.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://redirect.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://redirect.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://redirect.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.
2 parents cc7d721 + b95abff commit a36b115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
# Only use hashes here, as we are passing the github token, we want to
3838
# make sure updates are done consciously to avoid security issues if the
3939
# action repo gets hacked
40-
uses: yoheimuta/action-protolint@a7c658b971a0874e120e046edb6fd137fdbc92a7 # v1.1.0
40+
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
4141
with:
4242
fail_on_error: true
4343
filter_mode: nofilter
4444
github_token: ${{ secrets.github_token }}
4545
protolint_flags: proto/
46-
protolint_version: "0.45.0"
46+
protolint_version: "0.50.5"
4747
reporter: github-check
4848

4949
nox:

0 commit comments

Comments
 (0)