From b80b5230536a39dc7f195e2339036d2f0a650b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:01:17 +0000 Subject: [PATCH] chore(deps): Bump hadolint/hadolint-action from 3.1.0 to 3.2.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/containerfile-linter.yml | 6 +++--- .github/workflows/dockerfile-linter.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/containerfile-linter.yml b/.github/workflows/containerfile-linter.yml index b1e0e84..f4d2d87 100644 --- a/.github/workflows/containerfile-linter.yml +++ b/.github/workflows/containerfile-linter.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v5 - name: Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: .devcontainer/Containerfile.alpine @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v5 - name: Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: .devcontainer/Containerfile.debian @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v5 - name: Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: .devcontainer/Containerfile.python diff --git a/.github/workflows/dockerfile-linter.yml b/.github/workflows/dockerfile-linter.yml index 9a398a9..593d114 100644 --- a/.github/workflows/dockerfile-linter.yml +++ b/.github/workflows/dockerfile-linter.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v5 - name: Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: .devcontainer/Dockerfile