Skip to content

Commit

Permalink
github/workflows: Use ORT's fork of github-action-markdown-link-check
Browse files Browse the repository at this point in the history
This works around not being able to fetch to an "unsafe repository", see
[1].

[1]: gaurav-nelson/github-action-markdown-link-check#132 (comment)

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Apr 19, 2022
1 parent fd4a6e0 commit 8144041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Check Links
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: oss-review-toolkit/github-action-markdown-link-check@unsafe-repository
with:
base-branch: main
check-modified-files-only: yes
Expand Down

0 comments on commit 8144041

Please sign in to comment.