ActionRank

Deploy to GitHub Pages

Actively maintained

JamesIves/github-pages-deploy-action · MIT

🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.

4.6k starsLast commit 28 days agoLatest v4.8.0
B
73
/ 100
Security 64Maintenance 88Popularity 68Reliability 70

Security signals

OpenSSF Scorecard5.7 / 10
SECURITY.md presentYes
Immutable releasesNot enabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0

Mutable tags like v4.8.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: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0

Score breakdown

Security (35%)64
Popularity (20%)68
Maintenance (30%)88
Reliability (15%)70