Skip to content

Commit 1a42c3d

Browse files
authored
chore: update workflow to point to latest action sha (#291)
1 parent 301f65e commit 1a42c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
# However all the context is the caller repo (like this workflow is inlined)
164164
# https://github.com/orgs/community/discussions/18602
165165
# https://github.com/orgs/community/discussions/63863
166-
uses: bazel-contrib/publish-to-bcr@b37a76bbb1889377a0d6b9710ed39a7b8cca242b
166+
uses: bazel-contrib/publish-to-bcr@301f65edec7118166379e2ef5f29a05d2868a449
167167
with:
168168
attest: true
169169
attestations-dest: attestations
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Create final entry
248248
id: create-final-entry
249-
uses: bazel-contrib/publish-to-bcr@b37a76bbb1889377a0d6b9710ed39a7b8cca242b
249+
uses: bazel-contrib/publish-to-bcr@301f65edec7118166379e2ef5f29a05d2868a449
250250
with:
251251
tag: ${{ inputs.tag_name }}
252252
module-version: ${{ env.VERSION }}

0 commit comments

Comments
 (0)