Skip to content

Commit a25fcb9

Browse files
Bump bazel-contrib/publish-to-bcr from 0.2.2 to 0.2.3 (#121)
Bumps [bazel-contrib/publish-to-bcr](https://github.com/bazel-contrib/publish-to-bcr) from 0.2.2 to 0.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazel-contrib/publish-to-bcr/releases">bazel-contrib/publish-to-bcr's releases</a>.</em></p> <blockquote> <h2>v0.2.3</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update dependency typescript-eslint to v8.35.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/285">bazel-contrib/publish-to-bcr#285</a></li> <li>docs: link to gh workflow examples in rules template by <a href="https://github.com/kormide"><code>@​kormide</code></a> in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/289">bazel-contrib/publish-to-bcr#289</a></li> <li>feat: fill substitutions in source.json#docs_url by <a href="https://github.com/alexeagle"><code>@​alexeagle</code></a> in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/290">bazel-contrib/publish-to-bcr#290</a></li> <li>chore: update workflow to point to latest action sha by <a href="https://github.com/kormide"><code>@​kormide</code></a> in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/291">bazel-contrib/publish-to-bcr#291</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bazel-contrib/publish-to-bcr/compare/v0.2.2...v0.2.3">https://github.com/bazel-contrib/publish-to-bcr/compare/v0.2.2...v0.2.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/1a42c3dca6566cf3a07689768259f1a35066ed01"><code>1a42c3d</code></a> chore: update workflow to point to latest action sha (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/291">#291</a>)</li> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/301f65edec7118166379e2ef5f29a05d2868a449"><code>301f65e</code></a> feat: fill substitutions in source.json#docs_url (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/290">#290</a>)</li> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/a965eec2476aaaccd7384d479fc62d87cd77127e"><code>a965eec</code></a> docs: link to gh workflow examples in rules template (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/289">#289</a>)</li> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/6a577a5c83afe8461b36f08dd3ca3ab2ac1f12f2"><code>6a577a5</code></a> chore(deps): update dependency typescript-eslint to v8.35.0 (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/285">#285</a>)</li> <li>See full diff in <a href="https://github.com/bazel-contrib/publish-to-bcr/compare/v0.2.2...v0.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bazel-contrib/publish-to-bcr&package-manager=github_actions&previous-version=0.2.2&new-version=0.2.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70e782a commit a25fcb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-bcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
publish:
19-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.2
19+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.3
2020
with:
2121
tag_name: ${{ inputs.tag_name || github.ref_name }}
2222
registry_fork: bufbuild/bazel-central-registry

0 commit comments

Comments
 (0)