aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2025-09-27 20:42:05 +0200
committerGitHub <noreply@github.com>2025-09-27 20:42:05 +0200
commitb3689a41dd77e5294498dba9757fb22cc80cbebd (patch)
tree903a1f62d2649bf232d2418eef8ef3f4ebdabb65 /.github
parentfeat(compiler): make `supported_platforms` a universal source field (#2002) (diff)
downloadmason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar.gz
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar.bz2
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar.lz
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar.xz
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.tar.zst
mason-b3689a41dd77e5294498dba9757fb22cc80cbebd.zip
ci: fix shellharden download url (#2022)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cbfmt.yml2
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