Skip to content

Commit 7f806ce

Browse files
authored
Bump yoheimuta/action-protolint from 1.0.0 to 1.3.0 (#149)
Bumps [yoheimuta/action-protolint](https://github.com/yoheimuta/action-protolint) from 1.0.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> <h2>Release v1.1.0</h2> <p>v1.1.0: PR <a href="https://redirect.github.com/yoheimuta/action-protolint/issues/4">#4</a> - fix: enhance protolint_flags option</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><a href="https://github.com/yoheimuta/action-protolint/commit/a7c658b971a0874e120e046edb6fd137fdbc92a7"><code>a7c658b</code></a> Merge pull request <a href="https://redirect.github.com/yoheimuta/action-protolint/issues/4">#4</a> from arvgord/fix/enhance_protolint_flags_option</li> <li><a href="https://github.com/yoheimuta/action-protolint/commit/27547004244e1c96a587d974af701b9a2e8c0c4a"><code>2754700</code></a> fix: remove unnecessary .protolint.yaml check</li> <li><a href="https://github.com/yoheimuta/action-protolint/commit/c0ad5a824ac997b413a605d9eadf9f4e9207be4c"><code>c0ad5a8</code></a> fix: enhance protolint_flags option</li> <li><a href="https://github.com/yoheimuta/action-protolint/commit/34acde63ded1f331258bd3c1eab821053e492cdf"><code>34acde6</code></a> Update README.md</li> <li><a href="https://github.com/yoheimuta/action-protolint/commit/202e514698dc67e31e123d1cec8096ce27d552ed"><code>202e514</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/yoheimuta/action-protolint/compare/e94cc01b1ad085ed9427098442f66f2519c723eb...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.0.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 4c345ad + 9b6e569 commit 7f806ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ jobs:
3838
# Only use hashes here, as we are passing the github token, we want to
3939
# make sure updates are done consciously to avoid security issues if the
4040
# action repo gets hacked
41-
uses: yoheimuta/action-protolint@e94cc01b1ad085ed9427098442f66f2519c723eb # v1.0.0
41+
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
4242
with:
4343
fail_on_error: true
4444
filter_mode: nofilter
4545
github_token: ${{ secrets.github_token }}
4646
protolint_flags: proto/
47-
protolint_version: "0.45.0"
48-
reporter: github-check
47+
reporter: github-pr-review
4948

5049
nox:
5150
name: Test with nox

0 commit comments

Comments
 (0)