Pin dependencies

This commit is contained in:
renovate[bot]
2025-07-10 06:37:22 +00:00
committed by James Loh
parent 91a279fae9
commit 19ebc03bdb
3 changed files with 4 additions and 4 deletions

View File

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