From b3689a41dd77e5294498dba9757fb22cc80cbebd Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 27 Sep 2025 20:42:05 +0200 Subject: ci: fix shellharden download url (#2022) --- .github/workflows/cbfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml index b1b483f0..1d0104fa 100644 --- a/.github/workflows/cbfmt.yml +++ b/.github/workflows/cbfmt.yml @@ -25,7 +25,7 @@ jobs: - name: Download Shellharden run: | mkdir /tmp/shellharden && cd $_ - curl -fsSL -o shellharden.tar.gz https://github.com/alsuren/cargo-quickinstall/releases/download/shellharden-4.2.0-x86_64-unknown-linux-gnu/shellharden-4.2.0-x86_64-unknown-linux-gnu.tar.gz + curl -fsSL -o shellharden.tar.gz https://github.com/anordal/shellharden/releases/download/v4.3.1/shellharden-x86_64-unknown-linux-gnu.tar.gz tar -xvf shellharden.tar.gz mv shellharden /usr/local/bin/ - name: Run cbfmt check -- cgit v1.2.3-70-g09d2