From de7885b1d9f5e5a84ac7b5a1625710bfbabc0d41 Mon Sep 17 00:00:00 2001 From: amanstep Date: Mon, 9 Mar 2026 23:44:51 +0530 Subject: [PATCH] feat: updated the docker image --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c8ce33d..6a6f3e2 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:1527ac8788ca86ca8370d5d1c499fae824f09f17f7a3891d06c78b825067fe80' #v1.0.18 + image: 'docker://ghcr.io/step-security/github-action-markdown-link-check:v1.0.18@sha256:aa19375b475db47b6204897e5ed6b1cca5bc51e68b9d4cfc01178771719ba5d3' #v1.0.18 args: - ${{ inputs.use-quiet-mode }} - ${{ inputs.use-verbose-mode }} @@ -55,3 +55,5 @@ runs: - ${{ inputs.base-branch }} - ${{ inputs.file-extension }} - ${{ inputs.file-path }} + env: + REPO_PRIVATE: ${{ github.event.repository.private }}