From 34d6e22f96042da6563e0078ff440f5dd5c50761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstro=CC=88m?= Date: Fri, 2 Feb 2024 20:04:52 -0300 Subject: [PATCH] chore: hadolint-gh-action v1.12.0 --- lib/hadolint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hadolint.sh b/lib/hadolint.sh index 01ee969..7fdfdab 100644 --- a/lib/hadolint.sh +++ b/lib/hadolint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash HADOLINT_PATH=${hadolint_path:-"hadolint"} -HADOLINT_GH_ACTION_VERSION="1.11.0" +HADOLINT_GH_ACTION_VERSION="1.12.0" function output_hadolint_version() { local OUTPUT=""