Skip to content

Commit ceeb12c

Browse files
authored
Remove pinned actions (#145)
Remove pinned actions for BCR release process (tags are required as part of slsa-verifier check).
1 parent 1072b07 commit ceeb12c

2 files changed

Lines changed: 2 additions & 2 deletions

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@0a23c53c2baffdaf2ce8dd23c2c0e45eb3b79093 # v1.2.0
19+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.2.0
2020
with:
2121
tag_name: ${{ inputs.tag_name || github.ref_name }}
2222
registry_fork: bufbuild/bazel-central-registry

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sha: commitTag.data.sha,
4040
});
4141
release:
42-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@af28703814cf26522cf5e44d219efece91293123 # v7.4.0
42+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.4.0
4343
needs: create-release-tag
4444
with:
4545
release_files: rules_buf-*.tar.gz

0 commit comments

Comments
 (0)