From 525a5958f69d3cf2a8af413f3d211b29baba79a6 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 24 Apr 2026 12:19:19 -0700 Subject: [PATCH] chore: standardize GitHub Actions workflows Standardize pinned GitHub Actions versions across lint, spellcheck, and update workflows while preserving repository-specific behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ab419b4..66f735c9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - name: Check broken links - uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # 1.0.17 + uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # 1.1.2 check-super-linter: name: Run GitHub super-linter tool for verify quality of code runs-on: ubuntu-latest