From ccf6c652b796b7108df31d2ac8c70c5bb952985e Mon Sep 17 00:00:00 2001 From: Blair Hamilton Date: Fri, 3 Jul 2026 17:16:33 -0400 Subject: [PATCH] chore(pre-commit-advisory): pin go-pre-commit action + binary to v4.6.0 The v4.6.0 release carries the install-only input, so the action ref can move off @main onto the tag; the binary pin moves with it. --- .github/workflows/pre-commit-advisory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-advisory.yml b/.github/workflows/pre-commit-advisory.yml index d196adb..de1b913 100644 --- a/.github/workflows/pre-commit-advisory.yml +++ b/.github/workflows/pre-commit-advisory.yml @@ -92,9 +92,9 @@ jobs: # workflow drives pre-commit itself (diff-scoped run below + the # install-hooks cache seed), and the cache step above owns caching. - name: Install go-pre-commit - uses: blairham/go-pre-commit@main + uses: blairham/go-pre-commit@v4.6.0 with: - version: v4.5.4 + version: v4.6.0 install-only: 'true' cache: 'false'