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
…220)

**Description**

Changes proposed in this pull request:

- should fix the broken daily markdown links check 
- ...
- ...

**Related issue(s)**
<!-- If you refer to a particular issue, provide its number. For
example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->
  • Loading branch information
kyma-bot authored Oct 24, 2024
2 parents 2e40766 + 520c587 commit 290ca5e
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 290ca5e

Please sign in to comment.