diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index debe7a91..a9239aac 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -36,14 +36,14 @@ jobs: node-version: 24.12.0 - name: Restore lychee cache - uses: actions/cache@v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: .lycheecache key: lychee-${{ github.sha }} restore-keys: lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v2 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2 with: # README.md is a GitHub-only artifact with pre-existing # broken references (LICENSE files, lockup paths); excluded @@ -58,7 +58,7 @@ jobs: - name: Open issue on scheduled failure if: failure() && github.event_name == 'schedule' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5 with: title: "Broken external links detected" content-filepath: ./lychee/out.md