diff options
| author | Michael Grote | 2024-04-04 20:22:07 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-04-04 20:22:07 +0200 |
| commit | ed8abb8a5c840f3beefce90f29e9cbb0279d483e (patch) | |
| tree | 707535452f011b3be054d00301cc4e0409c6fb24 /.woodpecker/lint.yml | |
| parent | 642ab7579c08eb50b74f256fdc9fecafa987d184 (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 |