ActionRank

Create a Release

Abandoned

actions/create-release · MIT · archived

An Action to create releases via the GitHub Release API

1.4k starsLast commit 5 years agoLatest v1.1.4
F
30
/ 100
Security 54Maintenance 0Popularity 56Reliability 0

Security signals

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

How to use it safely

Recommended: pin to commit SHA
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4

Mutable tags like v1.1.4 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/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4

Score breakdown

Security (35%)54
Popularity (20%)56
Maintenance (30%)0
Reliability (15%)0