Skip to content

Commit f8376b8

Browse files
committed
ci: pin GitHub action versions to full length SHAs
1 parent d746c4f commit f8376b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
jobs:
2323
publish:
24-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.1
24+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@d07b5b1e1a6364b402e33146f5ae6984a9363162 # v0.2.1
2525
with:
2626
tag_name: ${{ inputs.tag_name }}
2727
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: write
2121
jobs:
2222
release:
23-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.2
23+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@9ed8d86404ac3214f80cfb02e49f44a1b28b17b0 # v7.2.2
2424
with:
2525
release_files: rules_angular-*.tar.gz
2626
prerelease: false

0 commit comments

Comments
 (0)