From ca657b8e8648ea5a4ed2065aa5d4f6d89969e871 Mon Sep 17 00:00:00 2001 From: dagecko Date: Mon, 30 Mar 2026 00:16:07 -0400 Subject: [PATCH] fix: pin 2 unpinned action(s) --- .github/workflows/check-markdown.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index ac7eac5c..6b7fae77 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -9,13 +9,13 @@ jobs: with: fetch-depth: 0 - - uses: tj-actions/changed-files@v47 + - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 id: changed-files with: files: '**/*.md' separator: "," - - uses: DavidAnson/markdownlint-cli2-action@v20 + - uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20 if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }}