Skip to content

Commit

Permalink
switches pr-markdown-link-check version to whitelisted one (#224)
Browse files Browse the repository at this point in the history
**Description**

Changes proposed in this pull request:

- switches pr-markdown-link-check version to whitelisted one
- ...
- ...

**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 29, 2024
2 parents 290ca5e + 0c4d375 commit d1a32e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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
check-modified-files-only: 'yes'
base-branch: '${{ github.base_ref }}'
base-branch: '${{ github.base_ref }}'

0 comments on commit d1a32e2

Please sign in to comment.