ActionRank

Download a Build Artifact

Stale

actions/download-artifact · MIT

1.9k starsLast commit 4 months agoLatest v3.1.0
D
52
/ 100
Security 37Maintenance 63Popularity 62Reliability 49

Security signals

OpenSSF Scorecard5.1 / 10
SECURITY.md presentNo
Immutable releasesNot enabled
Known vulnerabilities1 advisory(ies)
  • GHSA-cxww-7g56-2vh6high

    @actions/download-artifact has an Arbitrary File Write via artifact extraction

    Published Sep 3, 2024

How to use it safely

Recommended: pin to commit SHA
uses: actions/download-artifact@a9bc5e6ef2cb54c177f32aa5726adaa15e7e2d59 # v3.1.0

Mutable tags like v3.1.0 can be rewritten to point at malicious commits. Pinning to the full commit SHA is the only reference GitHub guarantees immutable.

Full workflow example
steps:
  - uses: actions/download-artifact@a9bc5e6ef2cb54c177f32aa5726adaa15e7e2d59 # v3.1.0

Score breakdown

Security (35%)37
Popularity (20%)62
Maintenance (30%)63
Reliability (15%)49