ActionRank

Deploy GitHub Pages site

Stale

actions/deploy-pages · MIT

GitHub Action to publish artifacts to GitHub Pages for deployments

938 starsLast commit 4 months agoLatest v5.0.0
C
55
/ 100
Security 52Maintenance 56Popularity 56Reliability 58

Security signals

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

How to use it safely

Recommended: pin to commit SHA
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

Mutable tags like v5.0.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/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

Score breakdown

Security (35%)52
Popularity (20%)56
Maintenance (30%)56
Reliability (15%)58