prek-action releases are now immutable
Starting with v3, prek-action will no longer publish moving major or minor tags. References such as j178/prek-action@v3 and j178/prek-action@v3.0 will not be available.
Moving tags can be retargeted after users adopt them, creating unnecessary supply-chain risk. Use an exact release tag or, for stronger protection, pin the action to a full commit SHA.
Tip
Use an exact release tag:
- uses: j178/prek-action@v3.0.0Or, even better, pin the full commit SHA:
- uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0What's Changed
- Fix cache key hashing by @akx in #153
- Drop floating version tag support by @j178 in #170
- Update known versions for prek 0.4.11 by @j178 in #169
Full Changelog: v2...v3.0.0