From c173c822a223377c583135e35226004c31e6f06b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:36:16 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.3.0 --- .github/workflows/hadolint-testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hadolint-testing.yaml b/.github/workflows/hadolint-testing.yaml index 9edad4cb..0be5724a 100644 --- a/.github/workflows/hadolint-testing.yaml +++ b/.github/workflows/hadolint-testing.yaml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: hadolint/hadolint-action@v3.1.0 + - uses: hadolint/hadolint-action@v3.3.0 with: recursive: true