We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5b83 commit 09b940dCopy full SHA for 09b940d
.github/workflows/cbfmt.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Download Shellharden
26
run: |
27
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
+ curl -fsSL -o shellharden.tar.gz https://github.com/anordal/shellharden/releases/download/v4.3.1/shellharden-x86_64-unknown-linux-gnu.tar.gz
29
tar -xvf shellharden.tar.gz
30
mv shellharden /usr/local/bin/
31
- name: Run cbfmt check
0 commit comments