From 955cc8052fef0aa0e56f4d4901aef2bc5090e4fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:12:58 +0000 Subject: [PATCH] Update hadolint/hadolint-action action to v3.3.0 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67a160f..fcd043f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4.1.7 - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: "${{ matrix.config.name }}/Dockerfile" - name: Prepare tags