This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 54bfd039d ci(github): update markdown lint check (#2329)
54bfd039d is described below
commit 54bfd039d72e7d447959e27db2a06c7a68ad4840
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Dec 11 23:54:17 2025 -0800
ci(github): update markdown lint check (#2329)
Use tcort/github-action-markdown-link-check instead of
gaurav-nelson/github-action-markdown-link-check
since the latter is deprecated.
See https://github.com/apache/infrastructure-actions/issues/371.
---
.github/workflows/standardization_lint.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/standardization_lint.yaml
b/.github/workflows/standardization_lint.yaml
index 929c63e7d..e299baedb 100644
--- a/.github/workflows/standardization_lint.yaml
+++ b/.github/workflows/standardization_lint.yaml
@@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: gaurav-nelson/[email protected]
+ - uses:
tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
dockerfile_linter:
name: Lint Dockerfile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]