Skip to content

Commit 09b940d

Browse files
fix: cbfmt 404
1 parent 37b5b83 commit 09b940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cbfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download Shellharden
2626
run: |
2727
mkdir /tmp/shellharden && cd $_
28-
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
28+
curl -fsSL -o shellharden.tar.gz https://github.com/anordal/shellharden/releases/download/v4.3.1/shellharden-x86_64-unknown-linux-gnu.tar.gz
2929
tar -xvf shellharden.tar.gz
3030
mv shellharden /usr/local/bin/
3131
- name: Run cbfmt check

0 commit comments

Comments
 (0)