Skip to content

Commit c4c86d6

Browse files
committed
Add split-level unpinned-uses to docs
Signed-off-by: Ben Cotton <[email protected]>
1 parent 090032d commit c4c86d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/audits.md

+3
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,9 @@ GitHub Actions will use the latest commit on the referenced repository
544544
This can represent a (small) security risk, as it leaves the calling workflow
545545
at the mercy of the callee action's default branch.
546546

547+
`uses:` clauses with no pin are flagged as *Medium* severity. `uses:` clauses
548+
with a branch or tag pin are flagged as *Low* severity.
549+
547550
### Remediation
548551

549552
For repository actions (like @actions/checkout): add a branch, tag, or SHA

0 commit comments

Comments
 (0)