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 \