diff options
Diffstat (limited to '.github/workflows/cbfmt.yml')
| -rw-r--r-- | .github/workflows/cbfmt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
