ActionRank

Git Auto Commit

Actively maintained

stefanzweifel/git-auto-commit-action · MIT

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

2.6k starsLast commit 22 days agoLatest v7.2.0
B
70
/ 100
Security 58Maintenance 88Popularity 66Reliability 70

Security signals

OpenSSF Scorecard4.6 / 10
SECURITY.md presentNo
Immutable releasesEnabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0

Mutable tags like v7.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: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0

Score breakdown

Security (35%)58
Popularity (20%)66
Maintenance (30%)88
Reliability (15%)70