Skip to content

Commit 839d48c

Browse files
committed
refactor: add GitHub best practices link
1 parent ef3ae77 commit 839d48c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/how-to/repository-protection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ are mutable in the sense that an attacker who gains access to a project, or even
147147
updating a tag, could introduce breaking changes or malicious code without you noticing. Pinning to a
148148
commit SHA eliminates that risk by locking the dependency to a known version. On top of that, since the
149149
action's code cannot change silently in the background, it guarantees that every workflow run uses the
150-
exact same version of the action.
150+
exact same version of the action. For more details and additional best practices, you can consult the
151+
`official GitHub documentation on securely using third-party actions <https://docs.github.com/en/actions/reference/security/secure-use#using-third-party-actions>`_.

0 commit comments

Comments
 (0)