Skip to content

Commit e8ee798

Browse files
committed
add temporary immutable actions doc page
1 parent 0e94777 commit e8ee798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of the action stored in the GitHub package registry. The action code will not ch
77

88
## Recommendations
99

10-
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.
10+
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.
1111

1212
## Examples
1313

0 commit comments

Comments
 (0)