build(deps): bump bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml from 1.4.2 to 1.5.0 (#4075) Bumps [bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml](https://github.com/bazel-contrib/publish-to-bcr) from 1.4.2 to 1.5.0. <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/.github/workflows/publish.yaml's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Support .tgz and .txz release archive extensions by <a href="https://github.com/fmeum"><code>@fmeum</code></a> in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/408">bazel-contrib/publish-to-bcr#408</a></li> <li>chore: update action sha to latest by <a href="https://github.com/kormide"><code>@kormide</code></a> in <a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/pull/409">bazel-contrib/publish-to-bcr#409</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bazel-contrib/publish-to-bcr/compare/v1.4.2...v1.5.0">https://github.com/bazel-contrib/publish-to-bcr/compare/v1.4.2...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/ca23149e55cd4db07a6bcce69c02dea314c5a357"><code>ca23149</code></a> chore: update action sha to latest (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/409">#409</a>)</li> <li><a href="https://github.com/bazel-contrib/publish-to-bcr/commit/f9cfe7aca4256bb57b9d96648ce408c77593665b"><code>f9cfe7a</code></a> Support .tgz and .txz release archive extensions (<a href="https://redirect.github.com/bazel-contrib/publish-to-bcr/issues/408">#408</a>)</li> <li>See full diff in <a href="https://github.com/bazel-contrib/publish-to-bcr/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> [](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 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>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b35895..9cc363b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -21,7 +21,7 @@ type: string jobs: publish: - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.4.2 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.5.0 with: tag_name: ${{ inputs.tag_name }} # GitHub repository which is a fork of the upstream where the Pull Request will be opened.