From d11269bf8cc0c5e33b2248c27214b353353dca3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:32:25 +0000 Subject: [PATCH 1/2] Bump bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml Bumps [bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml](https://github.com/bazel-contrib/publish-to-bcr) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/bazel-contrib/publish-to-bcr/releases) - [Commits](https://github.com/bazel-contrib/publish-to-bcr/compare/v1.2.0...v1.4.1) --- updated-dependencies: - dependency-name: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-to-bcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-bcr.yaml b/.github/workflows/publish-to-bcr.yaml index 9d61840f..a6cf9715 100644 --- a/.github/workflows/publish-to-bcr.yaml +++ b/.github/workflows/publish-to-bcr.yaml @@ -16,7 +16,7 @@ permissions: jobs: publish: - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.2.0 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.4.1 with: draft: false tag_name: ${{ inputs.tag_name || github.ref_name }} From 116bdd1b271a9feb32feb3a5af8f790228ca7223 Mon Sep 17 00:00:00 2001 From: Chris Roche Date: Mon, 6 Jul 2026 12:22:05 -0400 Subject: [PATCH 2/2] Pin publish.yaml v1.4.1 to commit SHA --- .github/workflows/publish-to-bcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-bcr.yaml b/.github/workflows/publish-to-bcr.yaml index a6cf9715..2172be96 100644 --- a/.github/workflows/publish-to-bcr.yaml +++ b/.github/workflows/publish-to-bcr.yaml @@ -16,7 +16,7 @@ permissions: jobs: publish: - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.4.1 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@c316f1611511a40423572303f66c80bb30bfe2f8 # v1.4.1 with: draft: false tag_name: ${{ inputs.tag_name || github.ref_name }}