From dc455f00a42de356f3fd8d5094c40e6dbf35f0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Sun, 4 Aug 2024 17:15:15 +0200 Subject: [PATCH] github: Set ShellCheck version 0.8.0 This matches the version shipped with Ubuntu 22.04 --- .github/workflows/lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4b559ce..6cd99fc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v3 - name: Run ShellCheck uses: ludeeus/action-shellcheck@2.0.0 + with: + version: v0.8.0 yamllint: runs-on: ubuntu-22.04 steps: