From 09089aac85e70b0b3ae3d0be74513eba8ee10a30 Mon Sep 17 00:00:00 2001 From: mgrachev Date: Fri, 1 Apr 2022 14:37:34 +0000 Subject: [PATCH] chore(deps): update hadolint to 2.10.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ba78fd..0fa22ec 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.14.0 - HADOLINT_VERSION: v2.9.3 + HADOLINT_VERSION: v2.10.0 # 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 }}