aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-04-04 20:22:07 +0200
committerMichael Grote2024-04-04 20:22:07 +0200
commited8abb8a5c840f3beefce90f29e9cbb0279d483e (patch)
tree707535452f011b3be054d00301cc4e0409c6fb24
parent642ab7579c08eb50b74f256fdc9fecafa987d184 (diff)
ci: shellcheck: set tag to v0.10.0
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index c160c7d..5faa4cb 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -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