From 932a51b7b05eef654146a6a4d6aae1359bb56092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:23:07 +0000 Subject: [PATCH] build(deps): bump hadolint/hadolint-action in the patches group Bumps the patches group with 1 update: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `hadolint/hadolint-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Commits](https://github.com/hadolint/hadolint-action/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6175689..d0a4b8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: # ignore: tests - name: Hadolint Action - uses: hadolint/hadolint-action@v3.3.0 + uses: hadolint/hadolint-action@v3.4.0 - name: Setup qemu uses: docker/setup-qemu-action@v4.2.0 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 61420a8..128fbad 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -33,7 +33,7 @@ jobs: # ignore: tests - name: Hadolint Action - uses: hadolint/hadolint-action@v3.3.0 + uses: hadolint/hadolint-action@v3.4.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4