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'