From 7be8590ec4ea546df96a7fcff26891f39583e474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:12:49 +0000 Subject: [PATCH] chore(deps): bump jbergstroem/hadolint-gh-action from 1.12.2 to 1.13.0 Bumps [jbergstroem/hadolint-gh-action](https://github.com/jbergstroem/hadolint-gh-action) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/jbergstroem/hadolint-gh-action/releases) - [Commits](https://github.com/jbergstroem/hadolint-gh-action/compare/39e57273ed8f513872326b228217828be6a42730...2b00b87f8a56783930b6a4749837d7c45c567ff2) --- updated-dependencies: - dependency-name: jbergstroem/hadolint-gh-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container-images-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-images-ci.yml b/.github/workflows/container-images-ci.yml index a5d3e9f15c2e0..d42d01fdedc2f 100644 --- a/.github/workflows/container-images-ci.yml +++ b/.github/workflows/container-images-ci.yml @@ -98,7 +98,7 @@ jobs: separator: ' ' - name: Lint changed Dockerfile(s) with Hadolint - uses: jbergstroem/hadolint-gh-action@39e57273ed8f513872326b228217828be6a42730 # v1 + uses: jbergstroem/hadolint-gh-action@2b00b87f8a56783930b6a4749837d7c45c567ff2 # v1 if: steps.changed-files.outputs.any_changed == 'true' with: dockerfile: '${{ steps.changed-files.outputs.all_modified_files }}'