We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072b07 commit ceeb12cCopy full SHA for ceeb12c
2 files changed
.github/workflows/publish-to-bcr.yaml
@@ -16,7 +16,7 @@ permissions:
16
17
jobs:
18
publish:
19
- uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@0a23c53c2baffdaf2ce8dd23c2c0e45eb3b79093 # v1.2.0
+ uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.2.0
20
with:
21
tag_name: ${{ inputs.tag_name || github.ref_name }}
22
registry_fork: bufbuild/bazel-central-registry
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
sha: commitTag.data.sha,
40
});
41
release:
42
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@af28703814cf26522cf5e44d219efece91293123 # v7.4.0
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.4.0
43
needs: create-release-tag
44
45
release_files: rules_buf-*.tar.gz
0 commit comments