From 42de381807cafdc91b9201414e4cdac4f6175479 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:37:36 +0200 Subject: [PATCH] dd --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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