From dff99d914b809dd29d17abbef48e9ec0f90bd287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:32:30 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_darwin_arm64 to v1.7.12 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(