summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/shellcheck.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index 0d10cf61..22af007b 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- - name: Install newer shellcheck (0.7.0 rather than 0.4.6)
+ - name: Install latest stable shellcheck
run: |
- curl -LO "https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz"
+ curl -LO "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz"
tar xf shellcheck-stable.linux.x86_64.tar.xz
- name: Shellcheck scope.sh
run: |