Skip to content

Commit 0a6407f

Browse files
ThomasK33claude
andcommitted
ci: match the actions/cache pin comment to its exact tag (v5.0.5)
zizmor 1.25.2 fails ref-version-mismatch on every PR since upstream's moving v5 tag advanced past the pinned commit: 27d5ce7f is tag v5.0.5, while v5 now points at caa29612. Pin comments must name the exact tag the hash resolves to. Change-Id: Ie11f20be5af490177f782009fb876d067e41a41e Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent f84e656 commit 0a6407f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: echo "STORE_PATH=$(pnpm store path --silent)" >> "$GITHUB_ENV"
5656

5757
- name: Cache pnpm store
58-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
58+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5959
with:
6060
path: ${{ env.STORE_PATH }}
6161
key: ${{ runner.os }}-node${{ matrix.node }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)