Skip to content

Commit

Permalink
switches daily-markdown-link-check action to a concrete sha version
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Oct 23, 2024
1 parent 2e40766 commit 520c587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
max-depth: -1

0 comments on commit 520c587

Please sign in to comment.