From c7c841e1a1567517a08f9775f4fcc235e3e4b941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 06:56:10 +0000 Subject: [PATCH] Bump brpaz/hadolint-action from v1.1.0 to v1.3.1 Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.1.0 to v1.3.1. - [Release notes](https://github.com/brpaz/hadolint-action/releases) - [Changelog](https://github.com/brpaz/hadolint-action/blob/master/.releaserc) - [Commits](https://github.com/brpaz/hadolint-action/compare/v1.1.0...1623ba61710b974b55ba455930e6f2c8ef919778) 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 807ca50..7222301 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.1.0 + uses: brpaz/hadolint-action@v1.3.1 with: # The path to the Dockerfile to lint dockerfile: Dockerfile # optional, default is Dockerfile