We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a352939 commit 961b025Copy full SHA for 961b025
1 file changed
.github/workflows/docs_validate.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
19
- name: 🔗 Markup Link Checker (mlc)
20
- uses: becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0
+ uses: becheran/mlc@7ec24825cefe0c9c8c6bac48430e1f69e3ec356e # v1.2.0
21
22
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*,https://www.npmjs.com/package/*,https://get.dot.net/
23
- name: ⚙ Install prerequisites
0 commit comments