ci: shellcheck: set tag to v0.10.0
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Michael Grote 2024-04-04 20:22:46 +02:00
parent ca2f4723cb
commit ec27254136
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