From 8e84643971d05dc9c290d036c9a60553a43e4e54 Mon Sep 17 00:00:00 2001 From: amanstep Date: Fri, 3 Apr 2026 12:39:24 +0530 Subject: [PATCH] feat: updated the docker image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 080b253..c18205b 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:aa19375b475db47b6204897e5ed6b1cca5bc51e68b9d4cfc01178771719ba5d3' #v1.0.18 + image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.19@sha256:5019d69705ece17922c9433066512fc4ad3b209bad75416eb4edcb7bd8a34a89' #v1.0.19 args: - ${{ inputs.use-quiet-mode }} - ${{ inputs.use-verbose-mode }}