Skip to content

Commit fd150c5

Browse files
committed
fix (build): Use version (tag) instead of SHA pin REV
Due to VirtusLab/bazel-steward#414.
1 parent ef83d16 commit fd150c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/bazel-steward.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
33-
- uses: VirtusLab/bazel-steward@da4afb73b57160cb1e9663d4b89bae0ec75a7a71 # v1.6.0
33+
- uses: VirtusLab/[email protected]
34+
# NB: Cannot use hash instead of version here due to
35+
# https://github.com/VirtusLab/bazel-steward/issues/414.
3436
with:
3537
# github-personal-token: 'TODO'
3638
additional-args: "--update-all-prs"

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
1818

19-
name: CI
19+
name: Build, Test & Deploy (CI)
2020

2121
on:
2222
push:

0 commit comments

Comments
 (0)