From 520c587530a6d14b15a98f78a9f042bd9a469263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Wed, 23 Oct 2024 09:12:13 +0200 Subject: [PATCH] switches daily-markdown-link-check action to a concrete sha version --- .github/workflows/daily-markdown-link-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-markdown-link-check.yaml b/.github/workflows/daily-markdown-link-check.yaml index ffeb12a..5358501 100644 --- a/.github/workflows/daily-markdown-link-check.yaml +++ b/.github/workflows/daily-markdown-link-check.yaml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' config-file: '.mlc.config.json' folder-path: '.' - max-depth: -1 \ No newline at end of file + max-depth: -1