From 9c800c8471770469549a57638fbaca98b1e9ed37 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:41:23 +0200 Subject: [PATCH] dddd --- .gitea/workflows/lint.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 2431180..da8b7e6 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -9,7 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Run Gitleaks uses: docker://zricethezav/gitleaks:v8.18.4 with: @@ -19,15 +18,15 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Run hadolint uses: docker://pipelinecomponents/hadolint:0.26.4 with: args: hadolint Dockerfile - shellcheck: + shellcheck: # https://github.com/marketplace/actions/shellcheck + name: Shellcheck steps: - - name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189 - uses: docker://koalaman/shellcheck-alpine:v0.10.0 - with: - args: shell.sh + - name: Checkout code + uses: actions/checkout@v4 + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@master