-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
good first issueUp for grabsUp for grabsscope/infraCI, CD, dev. env, etc.CI, CD, dev. env, etc.status/triage/completedAutomatic triage completedAutomatic triage completedtype/securityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Description
To prevent possible supply chain attacks, we need to pin every 3rd-party action versions to commits.
Instead of
uses: actions/checkout@v4 // <- v4 is a mutable tag and can be rewritten with a malicious code
use
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 // <- immutable
Metadata
Metadata
Assignees
Labels
good first issueUp for grabsUp for grabsscope/infraCI, CD, dev. env, etc.CI, CD, dev. env, etc.status/triage/completedAutomatic triage completedAutomatic triage completedtype/securityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Projects
Status
Done