diff options
| author | Michael Grote | 2024-04-04 20:21:47 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-04-04 20:21:47 +0200 |
| commit | 95ec7d402d55d0d04d607db6698c645a2ef46f06 (patch) | |
| tree | 7aab5f694e95916cd4714dc527b4445e2443b77f /.woodpecker/lint.yml | |
| parent | b2a88c1607fb5157c0917c775fbdd424284a3ee7 (diff) | |
ci: shellcheck: set tag to v0.10.0
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
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 |