ActionRank

GitHub Action for committing changes to repository

Actively maintained

devops-infra/action-commit-push · MIT

GitHub Action that will create a new commit and push it to the repository

89 starsLast commit 26 days agoLatest v1.5.0
C
65
/ 100
Security 54Maintenance 96Popularity 35Reliability 70

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: devops-infra/action-commit-push@f066ea8e19660de57d3d3a4a0b9d294ea2612e20 # v1.5.0

Mutable tags like v1.5.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: devops-infra/action-commit-push@f066ea8e19660de57d3d3a4a0b9d294ea2612e20 # v1.5.0

Score breakdown

Security (35%)54
Popularity (20%)35
Maintenance (30%)96
Reliability (15%)70