Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc705ad

Browse files
committed
indicate immutable actions are only available for internal use at this time
1 parent 2dd3ada commit dc705ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/ql/src/Security/CWE-829/UnversionedImmutableAction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Description
44

5-
This action is eligible for immutable actions which are released as packages in the GitHub package registry instead of resolved from a pinned SHA at the repository. The immutable action provides the same immutability as pinning the version to a SHA but with improved readability.
5+
This action is eligible for a new GitHub feature called Immutable Actions that is currently only available for internal users but will be publicly available soon. Immutable Actions are released as packages in the GitHub package registry instead of resolved from a pinned SHA at the repository. The immutable action provides the same immutability as pinning the version to a SHA but with improved readability.
66

77
## Recommendations
88

9-
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.
9+
For internal users: 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.
1010

1111
## Examples
1212

0 commit comments

Comments
 (0)