From a3012d3304c82ff3e3bfb4b411268c6578edfcb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:32:40 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_linux_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..ebefdd44 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -241,8 +241,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 = "325e971b6ba9bfa504672e29be93c24981eeb1c07576d730e9f7c8805afff0c6", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_arm64.tar.gz"], ) http_archive(