From 541c1de47e9744038ecc04dbf9afc4df900edcd6 Mon Sep 17 00:00:00 2001 From: haya14busa <3797062+haya14busa@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:33:44 +0000 Subject: [PATCH] chore(deps): update hadolint to 2.14.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 16570b1..7dcd5ea 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: shell: sh env: REVIEWDOG_VERSION: v0.20.3 - HADOLINT_VERSION: v2.12.0 + HADOLINT_VERSION: v2.14.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 }}