{"id":5800105,"name":"stefanzweifel/git-auto-commit-action","ecosystem":"actions","description":"Automatically commits files which have been changed during the workflow run and push changes back to remote repository.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/stefanzweifel/git-auto-commit-action","keywords_array":["git","github","github-action","github-actions","trigger","workflow-runs"],"namespace":"stefanzweifel","versions_count":59,"first_release_published_at":"2019-06-10T14:06:47.000Z","latest_release_published_at":"2025-12-17T19:23:57.000Z","latest_release_number":"v7.1.0","last_synced_at":"2026-04-16T22:01:16.937Z","created_at":"2023-01-04T11:51:24.023Z","updated_at":"2026-04-16T22:01:16.937Z","registry_url":"https://github.com/stefanzweifel/git-auto-commit-action","install_command":null,"documentation_url":null,"metadata":{"name":"Git Auto Commit","description":"Automatically commits files which have been changed during the workflow run and push changes back to remote repository.","author":"Stefan Zweifel \u003cstefan@stefanzweifel.dev\u003e","inputs":{"commit_message":{"description":"Commit message","required":false,"default":"Apply automatic changes"},"branch":{"description":"Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event","required":false,"default":"${{ github.head_ref }}"},"commit_options":{"description":"Commit options (eg. --no-verify)","required":false,"default":""},"add_options":{"description":"Add options (eg. -u)","required":false,"default":""},"status_options":{"description":"Status options (eg. --untracked-files=no)","required":false,"default":""},"file_pattern":{"description":"File pattern used for `git add`. For example `src/*.js`","required":false,"default":"."},"repository":{"description":"Local file path to the git repository. Defaults to the current directory (`.`)","required":false,"default":"."},"commit_user_name":{"description":"Name used for the commit user","required":false,"default":"github-actions[bot]"},"commit_user_email":{"description":"Email address used for the commit user","required":false,"default":"41898282+github-actions[bot]@users.noreply.github.com"},"commit_author":{"description":"Value used for the commit author. Defaults to the username of whoever triggered this workflow run.","required":false,"default":"${{ github.actor }} \u003c${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com\u003e"},"tag_name":{"description":"Tag name used for creating a new git tag with the commit. Keep this empty, if no tag should be created.","required":false,"default":""},"tagging_message":{"description":"Tagging message used for creating a new git tag with the commit. Keep this empty, if no tag should be created.","required":false,"default":""},"push_options":{"description":"Push options (eg. --force)","required":false,"default":""},"skip_dirty_check":{"description":"Skip the check if the git repository is dirty and always try to create a commit.","required":false,"default":false},"skip_fetch":{"description":"Skip the call to git-fetch.","required":false,"default":false},"skip_checkout":{"description":"Skip the call to git-checkout.","required":false,"default":false},"skip_push":{"description":"Skip the call to git-push.","required":false,"default":false},"disable_globbing":{"description":"Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html)","default":false},"create_branch":{"description":"Create new branch with the name of `branch`-input in local and remote repository, if it doesn't exist yet.","default":false},"create_git_tag_only":{"description":"Perform a clean git tag and push, without commiting anything","required":false,"default":false},"internal_git_binary":{"description":"Internal use only! Path to git binary used to check if git is available. (Don't change this!)","default":"git"}},"outputs":{"changes_detected":{"description":"Value is \"true\", if the repository was dirty and file changes have been detected. Value is \"false\", if no changes have been detected."},"commit_hash":{"description":"Full hash of the created commit. Only present if the \"changes_detected\" output is \"true\"."},"create_git_tag_only":{"description":"Value is \"true\", if a git tag was created using the `create_git_tag_only`-input."}},"runs":{"using":"node24","main":"index.js"},"branding":{"icon":"git-commit","color":"orange"},"default_branch":"master","path":null},"repo_metadata":{"id":38361903,"uuid":"191163758","full_name":"stefanzweifel/git-auto-commit-action","owner":"stefanzweifel","description":"Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.","archived":false,"fork":false,"pushed_at":"2025-09-22T05:20:07.000Z","size":477,"stargazers_count":2350,"open_issues_count":4,"forks_count":264,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-09-22T07:15:23.813Z","etag":null,"topics":["git","github","github-action","github-actions","trigger","workflow-runs"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanzweifel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"stefanzweifel","custom":["https://buymeacoff.ee/3oQ64YW"]}},"created_at":"2019-06-10T12:27:38.000Z","updated_at":"2025-09-19T14:23:23.000Z","dependencies_parsed_at":"2024-02-06T07:28:20.698Z","dependency_job_id":"c1af8367-00dd-42b3-84db-6fc9ca9009ea","html_url":"https://github.com/stefanzweifel/git-auto-commit-action","commit_stats":{"total_commits":471,"total_committers":48,"mean_commits":9.8125,"dds":0.3418259023354565,"last_synced_commit":"050015d40644de3e8d2365687c1fbc235352bcff"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/stefanzweifel/git-auto-commit-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanzweifel","download_url":"https://codeload.github.com/stefanzweifel/git-auto-commit-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action/sbom","scorecard":{"id":850785,"data":{"date":"2025-08-11","repo":{"name":"github.com/stefanzweifel/git-auto-commit-action","commit":"01d77ca6cb089da1360e540865f7d035c95aa199"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":10,"reason":"12 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 2/9 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: not a valid arithmetic operator: status: entrypoint.sh:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/git-auto-commit.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/git-auto-commit.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linter.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/linter.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linter.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/linter.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-drafter.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/release-drafter.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-changelog.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/update-changelog.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-changelog.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/update-changelog.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-changelog.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/update-changelog.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/versioning.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/stefanzweifel/git-auto-commit-action/versioning.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/git-auto-commit.yml:16","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release-drafter.yml:15","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/update-changelog.yaml:15","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/versioning.yml:14","Warn: no topLevel permission defined: .github/workflows/git-auto-commit.yml:1","Warn: no topLevel permission defined: .github/workflows/linter.yml:1","Warn: no topLevel permission defined: .github/workflows/release-drafter.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Warn: no topLevel permission defined: .github/workflows/update-changelog.yaml:1","Warn: no topLevel permission defined: .github/workflows/versioning.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-23T22:28:30.865Z","repository_id":38361903,"created_at":"2025-08-23T22:28:30.865Z","updated_at":"2025-08-23T22:28:30.865Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276366614,"owners_count":25629888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2025-10-02T01:36:24.220Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":19507,"rankings":{"downloads":null,"dependent_repos_count":0.09824116621771511,"dependent_packages_count":0.0,"stargazers_count":0.14260814450958642,"forks_count":0.24718745048328317,"docker_downloads_count":null,"average":0.12200919030264618},"purl":"pkg:githubactions/stefanzweifel/git-auto-commit-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/stefanzweifel/git-auto-commit-action","docker_dependents_count":8,"docker_downloads_count":1402965738,"usage_url":"https://repos.ecosyste.ms/usage/actions/stefanzweifel/git-auto-commit-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/stefanzweifel/git-auto-commit-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/stefanzweifel","https://buymeacoff.ee/3oQ64YW"],"critical":true,"issue_metadata":{"last_synced_at":"2025-09-30T17:03:27.502Z","issues_count":78,"pull_requests_count":90,"avg_time_to_close_issue":5153524.934210527,"avg_time_to_close_pull_request":1456099.0574712644,"issues_closed_count":76,"pull_requests_closed_count":87,"pull_request_authors_count":35,"issue_authors_count":71,"avg_comments_per_issue":4.884615384615385,"avg_comments_per_pull_request":0.7111111111111111,"merged_pull_requests_count":76,"bot_issues_count":0,"bot_pull_requests_count":21,"past_year_issues_count":4,"past_year_pull_requests_count":29,"past_year_avg_time_to_close_issue":103618.0,"past_year_avg_time_to_close_pull_request":340061.85185185185,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":2.75,"past_year_avg_comments_per_pull_request":0.27586206896551724,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanzweifel%2Fgit-auto-commit-action/issues","maintainers":[{"login":"stefanzweifel","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stefanzweifel"}],"active_maintainers":[{"login":"stefanzweifel","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stefanzweifel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/stefanzweifel%2Fgit-auto-commit-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/stefanzweifel%2Fgit-auto-commit-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/stefanzweifel%2Fgit-auto-commit-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/stefanzweifel%2Fgit-auto-commit-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/stefanzweifel%2Fgit-auto-commit-action/codemeta","maintainers":[]}