From beb6aa95f719cb59d98892457d8e180482a73377 Mon Sep 17 00:00:00 2001 From: "dislace-dependencies[bot]" <301542339+dislace-dependencies[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:21:08 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3b8394..507b690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: templates/Dockerfile.tmpl - name: shellcheck