ActionRank

Setup Deno environment

Abandoned

denolib/setup-deno · MIT · archived

Set up your GitHub Actions workflow with a specific version of deno

180 starsLast commit 5 years agoLatest v2.3.0
F
23
/ 100
Security 42Maintenance 0Popularity 41Reliability 0

Security signals

OpenSSF Scorecard3.6 / 10
SECURITY.md presentNo
Immutable releasesNot enabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: denolib/setup-deno@4df079f84f6c4ef488b04806df9af59e51d09bfb # v2.3.0

Mutable tags like v2.3.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: denolib/setup-deno@4df079f84f6c4ef488b04806df9af59e51d09bfb # v2.3.0

Score breakdown

Security (35%)42
Popularity (20%)41
Maintenance (30%)0
Reliability (15%)0