From cb42fccd0386a7da98ebd9f4e4f3fb5614dec179 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:21:04 +0000 Subject: [PATCH] chore(deps): update dependency actionlint_linux_amd64 to v1.7.3 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 0045196..fa77b4f 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -217,8 +217,8 @@ def fetch_direct_dependencies(): http_archive( name = "actionlint_linux_amd64", build_file = "@scip_clang//third_party:actionlint.BUILD", - sha256 = "5c9b6e5418f688b7f7c7e3d40c13d9e41b1ca45fb6a2c35788b0580e34b7300f", - urls = ["https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_linux_amd64.tar.gz"], + sha256 = "37252b4d440b56374b0fc1726e05fd7452d30d6d774f6e9b52e65bb64475f9db", + urls = ["https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_linux_amd64.tar.gz"], ) http_archive(