From 3e3bf7882794bd7bf0dc702ca87d1b33585c1fae Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 3 Jun 2026 10:57:20 -0400 Subject: [PATCH 1/3] ci: switches to a specific hash to workaround validation issue --- .github/workflows/validate-markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-markdown.yaml b/.github/workflows/validate-markdown.yaml index 9a6e166..05ca8b5 100644 --- a/.github/workflows/validate-markdown.yaml +++ b/.github/workflows/validate-markdown.yaml @@ -29,7 +29,7 @@ jobs: run: npx --yes markdownlint-cli2 --config .markdownlint.yaml npx markdownlint-cli2 *.md schemas/**/*.md versions/*.md - name: Check links in markdown files - uses: umbrelladocs/action-linkspector@v1 + uses: umbrelladocs/action-linkspector@07e5b12c52b55f2013ffbb46d92b809315698c3d with: reporter: github-check fail_level: any From fa1a3ea173b82dd2c8882b977436fb6e72c0d23e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 3 Jun 2026 11:04:05 -0400 Subject: [PATCH 2/3] ci: tries different commit Signed-off-by: Vincent Biret --- .github/workflows/validate-markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-markdown.yaml b/.github/workflows/validate-markdown.yaml index 05ca8b5..1e4e5e4 100644 --- a/.github/workflows/validate-markdown.yaml +++ b/.github/workflows/validate-markdown.yaml @@ -29,7 +29,7 @@ jobs: run: npx --yes markdownlint-cli2 --config .markdownlint.yaml npx markdownlint-cli2 *.md schemas/**/*.md versions/*.md - name: Check links in markdown files - uses: umbrelladocs/action-linkspector@07e5b12c52b55f2013ffbb46d92b809315698c3d + uses: umbrelladocs/action-linkspector@e62f23e71b32f39093c7dfc2132a9a63807282d1 with: reporter: github-check fail_level: any From f56bc22f11838a7209e89261ca7dd62aec2e9dbc Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 3 Jun 2026 11:50:59 -0400 Subject: [PATCH 3/3] ci: another commit attempt Signed-off-by: Vincent Biret --- .github/workflows/validate-markdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-markdown.yaml b/.github/workflows/validate-markdown.yaml index 1e4e5e4..73ff428 100644 --- a/.github/workflows/validate-markdown.yaml +++ b/.github/workflows/validate-markdown.yaml @@ -29,7 +29,7 @@ jobs: run: npx --yes markdownlint-cli2 --config .markdownlint.yaml npx markdownlint-cli2 *.md schemas/**/*.md versions/*.md - name: Check links in markdown files - uses: umbrelladocs/action-linkspector@e62f23e71b32f39093c7dfc2132a9a63807282d1 + uses: umbrelladocs/action-linkspector@37c85bcde51b30bf929936502bac6bfb7e8f0a4d with: reporter: github-check fail_level: any