From 578cfa3aa34b2f51ccb71454d0cfcfb80b2dedc6 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:18:21 +0000 Subject: [PATCH] Update hadolint/hadolint-action digest to d292784 --- .github/workflows/hadolint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index a51836c1..6541a39e 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -29,12 +29,12 @@ jobs: uses: actions/checkout@v3 - name: Run hadolint on Dockerfile - uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183 + uses: hadolint/hadolint-action@d292784f8f3eacda47060b259a580467b0ba410c with: dockerfile: ./Dockerfile - name: Run hadolint on pygoat/Dockerfile - uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183 + uses: hadolint/hadolint-action@d292784f8f3eacda47060b259a580467b0ba410c with: dockerfile: ./Dockerfile