From ce596f49b0d20c040e7ba45eb35cf2045efed6e0 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 12 Apr 2023 16:48:06 -0400 Subject: [PATCH] Revert MD link check to last working version, pin See #153 for details. Fixes: #165 Signed-off-by: Daniel Farrell --- .github/dependabot.yml | 3 +++ .github/workflows/linting.yml | 2 +- .github/workflows/periodic.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aad9ed9d..b56b3ea2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: '/' schedule: interval: weekly + ignore: + # Newer versions have a bug that causes a false failure, see #153 + - dependency-name: gaurav-nelson/github-action-markdown-link-check diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 78de1aba..2d82fc67 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec + uses: gaurav-nelson/github-action-markdown-link-check@228fbf4ffb2a86a65314866e9b2322b519fd885f with: config-file: ".markdownlinkcheck.json" check-modified-files-only: "yes" diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index eb058e47..c6ca4b3f 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: Run markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec + uses: gaurav-nelson/github-action-markdown-link-check@228fbf4ffb2a86a65314866e9b2322b519fd885f with: config-file: ".markdownlinkcheck.json"