From 97aee932f6b12098664aa4fee9e3dea4f19daa7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:09:04 +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/54c9adbab1582c2ef04b2016b760714a4bfde3cf...3fc49fb50d59c6ab7917a2e4195dba633e515b29) --- 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/hadolint.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index d2a95bf8..a2e30b68 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v5 - name: Run hadolint scanning on the controller Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/Dockerfile format: sarif @@ -42,7 +42,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the maven Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/maven/Dockerfile format: sarif @@ -51,7 +51,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the multibranch agent Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/multi/Dockerfile format: sarif @@ -60,7 +60,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the node agent Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/node/Dockerfile format: sarif @@ -69,7 +69,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the Python agent Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/python/Dockerfile format: sarif @@ -78,7 +78,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the sidekick Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/sidekick/Dockerfile format: sarif @@ -87,7 +87,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the Android Dockerfile - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf + uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 with: dockerfile: ./dockerfiles/android/Dockerfile format: sarif