From be83457532e48ac0e66bdfcba4a14dd5b75127d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:10:31 +0000 Subject: [PATCH] Build(deps): Bump hadolint/hadolint-action from 3.1.0 to 3.3.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-dev-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dev-container.yml b/.github/workflows/check-dev-container.yml index 0ad04847..a89d12e9 100644 --- a/.github/workflows/check-dev-container.yml +++ b/.github/workflows/check-dev-container.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - name: Run hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: .devcontainer/Dockerfile