Feature Description
https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases#what-immutable-releases-protect
Main properties of immutable releases:
- Git tags cannot be moved or deleted
- Release assets cannot be modified or deleted
- Automatically generates a release attestation
- Protection against repository resurrection attacks
Immutable tags is useful for actions and go modules.
Feature Description
https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases#what-immutable-releases-protect
Main properties of immutable releases:
Immutable tags is useful for actions and go modules.