Skip to content

Commit a235fec

Browse files
build: Fix actionlint URL and SHA for arm64 macOS (#282)
1 parent 0dfe375 commit a235fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def fetch_direct_dependencies():
210210
http_archive(
211211
name = "actionlint_darwin_arm64",
212212
build_file = "@scip_clang//third_party:actionlint.BUILD",
213-
sha256 = "0eef36edd99798fa4ff7099257a847ecaad96a0ef41a5748e9091cd393ee20bc",
214-
urls = ["https://github.com/bazelbuild/buildtools/releases/download/6.1.0/buildifier-darwin-arm64"],
213+
sha256 = "5477f8a5a4073ef086525a2512b2bf1201641cd544034ad0c66f329590638242",
214+
urls = ["https://github.com/rhysd/actionlint/releases/download/v1.6.24/actionlint_1.6.24_darwin_arm64.tar.gz"],
215215
)
216216

217217
http_archive(

0 commit comments

Comments
 (0)