From cab2589a82a43fec2876d530248bd52e32720cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:42:03 +0000 Subject: [PATCH] chore(deps): bump jbergstroem/hadolint-gh-action from 1.11.0 to 1.13.0 Bumps [jbergstroem/hadolint-gh-action](https://github.com/jbergstroem/hadolint-gh-action) from 1.11.0 to 1.13.0. - [Release notes](https://github.com/jbergstroem/hadolint-gh-action/releases) - [Commits](https://github.com/jbergstroem/hadolint-gh-action/compare/v1.11.0...v1.13.0) --- 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/linter-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter-analysis.yaml b/.github/workflows/linter-analysis.yaml index 07f6ac1..b927751 100644 --- a/.github/workflows/linter-analysis.yaml +++ b/.github/workflows/linter-analysis.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Run Hadolint Action - uses: jbergstroem/hadolint-gh-action@v1.11.0 + uses: jbergstroem/hadolint-gh-action@v1.13.0 with: dockerfile: ./Dockerfile config_file: linting-configs/.hadolint.yaml