chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0 (#10959)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Sep 19, 2025 at 05:13 UTC
b53f91b9de759f4924c304ace2ee3f70ea4032f4
1 file changed
+1
-1
.github/workflows/docker-check.yml
+1
-1
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 5
24
steps:
25
- uses: actions/checkout@v5
26
- - uses: hadolint/hadolint-action@v3.1.0
26
+ - uses: hadolint/hadolint-action@v3.2.0
27
with:
28
dockerfile: Dockerfile
29
failure-threshold: warning