ci: shellcheck: set tag to v0.10.0

This commit is contained in:
Michael Grote 2024-04-04 20:22:30 +02:00
parent 8830cc8572
commit 5dddcd45d9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
shellcheck:
image: "koalaman/shellcheck-alpine:latest"
image: "koalaman/shellcheck-alpine:v0.10.0"
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do