Skip to content

Commit

Permalink
Upgrade AlDanial/cloc (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 19, 2024
1 parent 0e05b95 commit 781a5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 781a5ba

Please sign in to comment.