From 6c0426018a1b021290d68999f63e3dc5c81a650c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 15:16:58 +0200 Subject: [PATCH] Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#75) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ff68a0..024ca39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Hadolint - uses: brpaz/hadolint-action@v1.3.1 + uses: brpaz/hadolint-action@v1.4.0 with: dockerfile: "./${{ needs.information.outputs.target }}/Dockerfile"