ActionRank

Preview Environments for GitHub

Stale

pullpreview/action

A GitHub Action that starts preview deployments for your pull requests and branches. It can work with any application that has a valid Docker Compose file. Also supports Helm charts.

199 starsLast commit 4 months agoLatest v6.2.0
D
52
/ 100
Security 47Maintenance 55Popularity 41Reliability 70

Security signals

OpenSSF Scorecard2.8 / 10
SECURITY.md presentNo
Immutable releasesEnabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: pullpreview/action@179f963326f568dc1665707c796aaac590667632 # v6.2.0

Mutable tags like v6.2.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: pullpreview/action@179f963326f568dc1665707c796aaac590667632 # v6.2.0

Score breakdown

Security (35%)47
Popularity (20%)41
Maintenance (30%)55
Reliability (15%)70