From e3255a578d26cad9e83e294706caaee5009e2207 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Tue, 5 Aug 2025 10:50:40 +0200 Subject: [PATCH] gha: pin shellcheck to 0.10 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bf247e43..66349e8e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -210,6 +210,7 @@ jobs: uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 with: ignore: vendor # We don't want to fix the code in vendored dependencies + version: "v0.10.0" env: # don't check /etc/os-release sourcing, allow useless cats to live inside our codebase, and # allow seemingly unreachable commands