From 9b47ee205f7344fd408a8396cff62b7327dcf844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:54:23 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_linux_arm64 to v1.7.8 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8df..dbda95f5 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -224,8 +224,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_linux_arm64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "401942f9c24ed71e4fe71b76c7d638f66d8633575c4016efd2977ce7c28317d0", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_linux_arm64.tar.gz"], + sha256 = "4c65dbb2d59b409cdd75d47ffa8fa32af8f0eee573ac510468dc2275c48bf07c", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.8/actionlint_1.7.8_linux_arm64.tar.gz"], ) http_archive(