From 6266a7e482793772896becaf9c55532993e0294e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 20 Dec 2024 20:21:22 +0100 Subject: [PATCH] Update AlDanial/cloc (#201) --- .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 69aff14..c085582 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="$( - # v2.00 - gh api /repos/AlDanial/cloc/releases/142472166 \ + # v2.02 + gh api /repos/AlDanial/cloc/releases/168517433 \ --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 \