From d3c4c3e53bdd6a771563d39640596a747aa816d0 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 3 Sep 2025 14:17:49 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.2.0 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6c906b3..51a7545 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Run Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: Dockerfile output-file: hadolint.out