From 814d31cc61f71016d46664bc5dd875ef145d470b Mon Sep 17 00:00:00 2001 From: James Loh Date: Tue, 12 Aug 2025 18:20:43 +1000 Subject: [PATCH] Pinned specific version of checkout no ref - The only real desire here is to make the renovate PRs a bit easier and nicer to reach - If we don't specify the exact version it creates PRs that are a bit confusing and aren't clear that its bumping a minor version --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index ccad6dc..2ef3a8c 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -12,6 +12,6 @@ jobs: name: ShellCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@v4.3.0 - name: Run ShellCheck run: find . -type f -name "*.sh" -exec shellcheck {} +