From 7645a2b34fe8a79984664eb849cecd4e08d66c5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:45:30 +0200 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.4.0 (#2028) --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2218d2ef..bce5ed28 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -26,10 +26,10 @@ jobs: -e SC2317 - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3.3.0 + uses: hadolint/hadolint-action@v3.4.0 with: dockerfile: Dockerfile - ignore: DL3006,DL3008 + ignore: DL3006,DL3008,DL3067 failure-threshold: warning - name: Validate XML