add temporary immutable actions doc page

This commit is contained in:
Kylie Stradley
2024-11-07 15:29:28 -05:00
parent 0e94777b13
commit e8ee798ffa

View File

@@ -7,7 +7,7 @@ of the action stored in the GitHub package registry. The action code will not ch
## Recommendations
When using [immutable actions]() use the full semantic version of the action. This will ensure that the action is resolved to the exact version stored in the GitHub package registry. This will prevent the action code from changing between runs.
When using [immutable actions](https://github.com/github/package-registry-team/blob/main/docs/immutable-actions/immutable-actions-howto.md) use the full semantic version of the action. This will ensure that the action is resolved to the exact version stored in the GitHub package registry. This will prevent the action code from changing between runs.
## Examples