From f18c2b46c838330b133e49fbc1bc9d22449d57d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:30:09 +0000 Subject: [PATCH] Pin actions/checkout to a5ac7e5 --- .github/workflows/links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index f1f58fd9..c2e622c2 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 2 steps: - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Check links uses: paddyroddy/.github/actions/links@v0