From f965051cd28c785613823abd0355c3908c4423bb Mon Sep 17 00:00:00 2001 From: mgrachev Date: Fri, 18 Mar 2022 14:37:56 +0000 Subject: [PATCH] chore(deps): update hadolint to 2.9.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 03aec9d..432cbcb 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.14.0 - HADOLINT_VERSION: v2.8.0 + HADOLINT_VERSION: v2.9.1 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}