Skip to content

Commit

Permalink
Bump bufbuild/buf-lint-action from 1.0.3 to 1.1.0 (#2497)
Browse files Browse the repository at this point in the history
Bumps
[bufbuild/buf-lint-action](https://github.com/bufbuild/buf-lint-action)
from 1.0.3 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf-lint-action/releases">bufbuild/buf-lint-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.0</h2>
<ul>
<li>Use BUF_TOKEN instead of .netrc</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf-lint-action/commit/044d13acb1f155179c606aaa2e53aea304d22058"><code>044d13a</code></a>
Use BUF_TOKEN instead of .netrc (<a
href="https://redirect.github.com/bufbuild/buf-lint-action/issues/99">#99</a>)</li>
<li><a
href="https://github.com/bufbuild/buf-lint-action/commit/eb3d81d31cf26ca507ffc24e1132cff1f3c29e95"><code>eb3d81d</code></a>
Add PR Title Linter (<a
href="https://redirect.github.com/bufbuild/buf-lint-action/issues/60">#60</a>)</li>
<li><a
href="https://github.com/bufbuild/buf-lint-action/commit/5ce20f38062621ae15c9f90ab047b5198ecb2ff1"><code>5ce20f3</code></a>
Update dependencies and rebuild (<a
href="https://redirect.github.com/bufbuild/buf-lint-action/issues/59">#59</a>)</li>
<li><a
href="https://github.com/bufbuild/buf-lint-action/commit/e847e92216a1cd8970ce724d3b9d210279519779"><code>e847e92</code></a>
Update all dependencies (<a
href="https://redirect.github.com/bufbuild/buf-lint-action/issues/57">#57</a>)</li>
<li><a
href="https://github.com/bufbuild/buf-lint-action/commit/680795b983b4a51ccf2ed4a4433916957a47ff03"><code>680795b</code></a>
Update bypass approval github workflow (<a
href="https://redirect.github.com/bufbuild/buf-lint-action/issues/51">#51</a>)</li>
<li>See full diff in <a
href="https://github.com/bufbuild/buf-lint-action/compare/v1.0.3...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bufbuild/buf-lint-action&package-manager=github_actions&previous-version=1.0.3&new-version=1.1.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 Oct 16, 2023
1 parent 2149135 commit d5d1fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1.0.3
- uses: bufbuild/buf-lint-action@v1.1.0
with:
buf_token: ${{ secrets.BUF_TOKEN }}
breaking:
Expand Down

0 comments on commit d5d1fe6

Please sign in to comment.