diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 70243f3f..7899d474 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -227,8 +227,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_darwin_arm64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "2693315b9093aeacb4ebd91a993fea54fc215057bf0da2659056b4bc033873db", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_darwin_arm64.tar.gz"], + sha256 = "aba9ced2dee8d27fecca3dc7feb1a7f9a52caefa1eb46f3271ea66b6e0e6953f", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_darwin_arm64.tar.gz"], ) http_archive(