From 69b9a586ea1fe823e74f56a9b2757d0b7811da68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 11:56:24 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_darwin_arm64 to v1.7.9 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8d..a4ff8d4 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -210,8 +210,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 = "855e49e823fc68c6371fd6967e359cde11912d8d44fed343283c8e6e943bd789", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_darwin_arm64.tar.gz"], ) http_archive(