Skip to content

Commit 007322f

Browse files
author
jchadwick-buf
authored
Use tagged BCR release workflow (#117)
While waiting for the changes that allow the BCR release workflow to create a draft release instead of publishing the release immediately, I was using a branch reference to try to get SLSA to work. Unfortunately that doesn't work: the SLSA attestation won't be trusted unless we're using a tagged version of the workflow. At some point, a tag was created for the merged change, so we can move to it now. With any luck, this should allow the next release of protovalidate-cc to pass attestation.
1 parent 78f1084 commit 007322f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22-
22+
2323
- name: Create tag
2424
uses: actions/github-script@v7
2525
with:
@@ -40,7 +40,7 @@ jobs:
4040
sha: commitTag.data.sha,
4141
});
4242
release:
43-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@master
43+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
4444
needs: create-release-tag
4545
with:
4646
release_files: protovalidate-cc-*.tar.gz

0 commit comments

Comments
 (0)