Skip to content

Commit 2963617

Browse files
committed
Fix setup-bazel reference
The commit `8d2cb86a3680a820c3e219597279ce3f80d17a47` [doesn't exist](bazel-contrib/setup-bazel@8d2cb86) in the action's repository, the tag names [do not start with a `v`](https://github.com/bazel-contrib/setup-bazel/tags). In `actions.yml`: Removing the tag reference, keeping the wildcard for now. In `dummy.yml`: Update to the correct Git SHA for `0.15.0`.
1 parent 2a780ec commit 2963617

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dummy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: false
4040
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
4141
if: false
42-
- uses: bazel-contrib/setup-bazel@8d2cb86a3680a820c3e219597279ce3f80d17a47 # v0.15.0
42+
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
4343
if: false
4444
- uses: betahuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
4545
if: false

actions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ bazel-contrib/setup-bazel:
171171
'*':
172172
expires_at: 2026-12-21
173173
keep: true
174-
8d2cb86a3680a820c3e219597279ce3f80d17a47:
175-
tag: v0.15.0
176174
betahuhn/repo-file-sync-action:
177175
8b92be3375cf1d1b0cd579af488a9255572e4619:
178176
tag: v1.21.1

0 commit comments

Comments
 (0)