From 99c28e8949470e8497baf8d5ade82ed604a0bce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:32:20 +0000 Subject: [PATCH] build(deps): bump hadolint/hadolint-action from 3.4.0 to 3.5.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1595cbd..273bedc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: version: v2.12 args: --verbose - - uses: hadolint/hadolint-action@v3.4.0 + - uses: hadolint/hadolint-action@v3.5.0 name: hadolint for Dockerfile with: dockerfile: docker/Dockerfile