From 645bbab7898222d5216f7fe5f721141c1fa21a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:35:01 +0000 Subject: [PATCH] chore(deps): bump hadolint/hadolint-action from 2.1.0 to 3.1.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 2.1.0 to 3.1.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/f988afea3da57ee48710a9795b6bb677cc901183...54c9adbab1582c2ef04b2016b760714a4bfde3cf) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerfile-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerfile-linter.yml b/.github/workflows/dockerfile-linter.yml index 08d6525..62c6b1f 100644 --- a/.github/workflows/dockerfile-linter.yml +++ b/.github/workflows/dockerfile-linter.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Run hadolint - uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183 + uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf with: dockerfile: ./Dockerfile format: sarif