Pin actions/checkout action to 08eba0b (#58)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-12 08:22:44 +00:00
committed by GitHub
parent 814d31cc61
commit 51a318c338

View File

@@ -12,6 +12,6 @@ jobs:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.3.0
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +