From f22c18767905c7999b2d63d7406f1100a5deaad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:26:06 +0000 Subject: [PATCH] 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/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 91031ed..3bd9822 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: show-progress: false - - uses: jbergstroem/hadolint-gh-action@39e57273ed8f513872326b228217828be6a42730 # v1.12.2 + - uses: jbergstroem/hadolint-gh-action@2b00b87f8a56783930b6a4749837d7c45c567ff2 # v1.13.0 with: dockerfile: '**/*Dockerfile' error_level: '1' # Fail on warning or above. \ No newline at end of file