diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 31ef9f6..7a7932a 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -28,6 +28,6 @@ jobs: shellcheck: steps: - name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189 - uses: docker://pipelinecomponents/hadolint:0.26.4 + uses: docker://koalaman/shellcheck-alpine:v0.10.0 with: args: shellcheck shell.sh