From 781a5ba836be73b315023eb0c6ee035755eb2cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 19 Feb 2024 12:58:43 +0100 Subject: [PATCH] Upgrade AlDanial/cloc (#126) --- .github/workflows/reusable-integrity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-integrity.yml b/.github/workflows/reusable-integrity.yml index 37af1e7..c73e1dc 100644 --- a/.github/workflows/reusable-integrity.yml +++ b/.github/workflows/reusable-integrity.yml @@ -134,8 +134,8 @@ jobs: run: | mkdir -p "${{ runner.temp }}/cloc" RELEASE_ASSET_URL="$( - # v1.98 - gh api /repos/AlDanial/cloc/releases/117882376 \ + # v2.00 + gh api /repos/AlDanial/cloc/releases/142472166 \ --jq '."assets"[] | select(."name" | test("^cloc-.+\\.pl$")) | ."browser_download_url"' )" wget --secure-protocol=TLSv1_3 --max-redirect=1 --retry-on-host-error --retry-connrefused --tries=3 \