From 2ed8a648ff7892c62c37de1013153c1f6be6c146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:05:16 +0000 Subject: [PATCH] chore(deps): bump hadolint/hadolint-action from 3.3.0 to 3.4.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lets_prep-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lets_prep-bot.yml b/.github/workflows/lets_prep-bot.yml index e1140c2..0158c0c 100644 --- a/.github/workflows/lets_prep-bot.yml +++ b/.github/workflows/lets_prep-bot.yml @@ -39,7 +39,7 @@ jobs: # 2. Docker Security (Hadolint) - name: 🐳 Dockerfile Linting - uses: hadolint/hadolint-action@v3.3.0 + uses: hadolint/hadolint-action@v3.4.0 with: dockerfile: Backend/Dockerfile failure-threshold: error