From d38d9aea894dfe0b38978943df168d09628475bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:58:29 +0000 Subject: [PATCH] Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.3.1 to v1.4.0. - [Release notes](https://github.com/brpaz/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/brpaz/hadolint-action/compare/v1.3.1...473e36ba306c199243ffe4f1e652a8b60a8fa296) Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7222301..9be35ca 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,7 +18,7 @@ jobs: - name: Hadolint Action # You may pin to the exact commit or the version. - uses: brpaz/hadolint-action@v1.3.1 + uses: brpaz/hadolint-action@v1.4.0 with: # The path to the Dockerfile to lint dockerfile: Dockerfile # optional, default is Dockerfile