From 20a7f26c66925a67fef119c4d29be0fbfa5c494e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:06:52 +0000 Subject: [PATCH] Update hadolint/hadolint-action action to v3.3.0 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8db3c21..1f7dec12 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -76,7 +76,7 @@ jobs: uses: ludeeus/action-shellcheck@master - name: Lint Dockerfile with hadolint 🚨 - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile