{"id":7745297,"name":"devlooped/actions-bot","ecosystem":"actions","description":"A GitHub action that sets git defaults (name, email, author) for \nautomated bot workflows from secrets or env vars.\n","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/devlooped/actions-bot","keywords_array":["actions","github","github-actions"],"namespace":"devlooped","versions_count":3,"first_release_published_at":"2022-08-09T22:47:45.000Z","latest_release_published_at":"2022-11-15T20:13:03.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-05-19T02:32:17.429Z","created_at":"2023-05-17T10:09:30.536Z","updated_at":"2026-05-19T02:32:17.429Z","registry_url":"https://github.com/devlooped/actions-bot","install_command":null,"documentation_url":null,"metadata":{"name":"Bot Defaults","author":"Daniel Cazzulino","description":"A GitHub action that sets git defaults (name, email, author) for \nautomated bot workflows from secrets or env vars.\n","inputs":{"name":{"description":"The default name of the bot account. Defaults to $GITHUB_ACTOR.","required":false,"default":"${{ github.actor }}"},"email":{"description":"The default email of the bot account. Defaults to $GITHUB_ACTOR@users.noreply.github.com.","required":false,"default":"${{ github.actor }}@users.noreply.github.com"},"gh_token":{"description":"The token to set as $GH_TOKEN environment variable.","required":false,"default":""},"github_token":{"description":"Fallback token to use for $GH_TOKEN if gh_token is empty.","required":false,"default":"${{ github.token }}"}},"branding":{"icon":"edit-3","color":"purple"},"runs":{"using":"composite","steps":[{"name":"🤖 defaults","shell":"bash","run":"if [ -z \"$GH_TOKEN\" ]\nthen\n  if [ -z \"${{ inputs.gh_token }}\" ]\n  then\n    if [ -z \"${{ inputs.github_token }}\" ]\n    then\n      echo \"Either gh_token or github_token must have a value.\"\n      exit 1\n    fi\n    echo \"Using github_token from inputs\"\n    echo \"GH_TOKEN=${{ inputs.github_token }}\" \u003e\u003e $GITHUB_ENV\n    echo \"bot-token=${{ inputs.github_token }}\" \u003e\u003e $GITHUB_OUTPUT\n  else\n    echo \"Using gh_token from inputs\"\n    echo \"GH_TOKEN=${{ inputs.gh_token }}\" \u003e\u003e $GITHUB_ENV\n    echo \"bot-token=${{ inputs.gh_token }}\" \u003e\u003e $GITHUB_OUTPUT\n  fi\nelse\n  echo \"bot-token=$GH_TOKEN\" \u003e\u003e $GITHUB_OUTPUT\nfi\n\nif [ -z \"$BOT_NAME\"]\nthen\n  if [ -z \"${{ inputs.name }}\" ]\n  then\n    echo \"Using default GITHUB_ACTOR as BOT_NAME\"\n    BOT_NAME=\"$GITHUB_ACTOR\"\n  else\n    echo \"Using custom name from inputs\"\n    BOT_NAME=\"${{ inputs.name }}\"\n  fi\n  echo \"BOT_NAME=$BOT_NAME\" \u003e\u003e $GITHUB_ENV\nfi\necho \"bot-name=$BOT_NAME\" \u003e\u003e $GITHUB_OUTPUT\n\nif [ -z \"$BOT_EMAIL\"]\nthen\n  if [ -z \"${{ inputs.email }}\" ]\n  then\n    echo \"Using default email as BOT_EMAIL\"\n    BOT_EMAIL=\"$GITHUB_ACTOR@users.noreply.github.com\"\n  else\n    echo \"Using custom email from inputs\"\n    BOT_EMAIL=\"${{ inputs.email }}\"\n  fi\n  echo \"BOT_EMAIL=$BOT_EMAIL\" \u003e\u003e $GITHUB_ENV\nfi\necho \"bot-email=$BOT_EMAIL\" \u003e\u003e $GITHUB_OUTPUT\n\nif [ -z \"$BOT_AUTHOR\"]\nthen\n  echo \"Using default BOT_NAME \u003cBOT_EMAIL\u003e as BOT_AUTHOR\"\n  BOT_AUTHOR=\"$BOT_NAME \u003c$BOT_EMAIL\u003e\"\n  echo \"BOT_AUTHOR=$BOT_AUTHOR\" \u003e\u003e $GITHUB_ENV\nfi\necho \"bot-author=$BOT_AUTHOR\" \u003e\u003e $GITHUB_OUTPUT\n\ngit config --global user.name $BOT_NAME\ngit config --global user.email $BOT_EMAIL"}]},"default_branch":"main","path":null},"repo_metadata":{"id":55552781,"uuid":"523048078","full_name":"devlooped/actions-bot","owner":"devlooped","description":"A GitHub Action that sets bot secrets as git defaults if present","archived":false,"fork":false,"pushed_at":"2026-03-05T00:46:40.000Z","size":28,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T06:45:58.549Z","etag":null,"topics":["actions","github","github-actions"],"latest_commit_sha":null,"homepage":null,"language":null,"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/devlooped.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"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":"devlooped"}},"created_at":"2022-08-09T17:32:24.000Z","updated_at":"2025-02-08T06:06:22.000Z","dependencies_parsed_at":"2025-03-18T01:24:38.942Z","dependency_job_id":"fb84927a-d080-47af-9073-4ee74182fd0d","html_url":"https://github.com/devlooped/actions-bot","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/devlooped/actions-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlooped","download_url":"https://codeload.github.com/devlooped/actions-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/sbom","scorecard":{"id":337886,"data":{"date":"2025-08-11","repo":{"name":"github.com/devlooped/actions-bot","commit":"15f6804ddf36665461e7acf9e6bc8dddb5eb505a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Code-Review","score":2,"reason":"Found 5/23 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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/changelog.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/changelog.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changelog.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/changelog.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/changelog.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/changelog.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-file.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/dotnet-file.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/includes.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/includes.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/includes.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/includes.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/includes.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/includes.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/includes.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/includes.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/devlooped/actions-bot/release.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 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: no topLevel permission defined: .github/workflows/changelog.yml:1","Warn: no topLevel permission defined: .github/workflows/dotnet-file.yml:1","Warn: no topLevel permission defined: .github/workflows/includes.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:15","Info: no jobLevel write permissions found"],"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":"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license.txt:0","Info: FSF or OSI recognized license: MIT License: license.txt: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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/devlooped/.github/.github/security.md:1","Info: Found linked content: github.com/devlooped/.github/.github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/devlooped/.github/.github/security.md:1","Info: Found text in security policy: github.com/devlooped/.github/.github/security.md:1"],"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 8 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"}}]},"last_synced_at":"2025-08-18T05:09:57.411Z","repository_id":55552781,"created_at":"2025-08-18T05:09:57.411Z","updated_at":"2025-08-18T05:09:57.411Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30118932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"owner_record":{"login":"devlooped","name":"devlooped","uuid":"61533818","kind":"organization","description":"Accelerating your dev loop through sharper tools","email":"info@devlooped.com","website":"https://www.devlooped.com","location":"Argentina","twitter":"devlooped","company":null,"icon_url":"https://avatars.githubusercontent.com/u/61533818?v=4","repositories_count":88,"last_synced_at":"2025-10-06T14:54:45.432Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"devlooped"}},"html_url":"https://github.com/devlooped","funding_links":["https://github.com/sponsors/devlooped"],"total_stars":8981,"followers":123,"following":0,"created_at":"2022-11-05T14:00:23.473Z","updated_at":"2025-10-06T14:54:45.432Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlooped","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlooped/repositories"},"tags":[{"name":"v1.0.1","sha":"fcd059e5cebe7aff16252c4c5424e14abf959012","kind":"commit","published_at":"2022-11-15T20:13:03.000Z","download_url":"https://codeload.github.com/devlooped/actions-bot/tar.gz/v1.0.1","html_url":"https://github.com/devlooped/actions-bot/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T20:02:24.994Z","dependency_job_id":null,"purl":"pkg:github/devlooped/actions-bot@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"1ecbecea3db442cee86778843d23dac49955c96f","kind":"commit","published_at":"2022-08-09T22:47:45.000Z","download_url":"https://codeload.github.com/devlooped/actions-bot/tar.gz/v1.0.0","html_url":"https://github.com/devlooped/actions-bot/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T07:27:08.585Z","dependency_job_id":null,"purl":"pkg:github/devlooped/actions-bot@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1.0.0/manifests"},{"name":"v1","sha":"1ecbecea3db442cee86778843d23dac49955c96f","kind":"commit","published_at":"2022-08-09T22:47:45.000Z","download_url":"https://codeload.github.com/devlooped/actions-bot/tar.gz/v1","html_url":"https://github.com/devlooped/actions-bot/releases/tag/v1","dependencies_parsed_at":"2023-05-31T07:27:07.436Z","dependency_job_id":null,"purl":"pkg:github/devlooped/actions-bot@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-03-05T10:05:49.737Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":6,"rankings":{"downloads":null,"dependent_repos_count":14.428775154492158,"dependent_packages_count":0.0,"stargazers_count":27.36174932657265,"forks_count":35.113294248138175,"docker_downloads_count":null,"average":19.225954682300745},"purl":"pkg:githubactions/devlooped/actions-bot","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/devlooped/actions-bot","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/devlooped/actions-bot","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/devlooped/actions-bot/dependencies","status":null,"funding_links":["https://github.com/sponsors/devlooped"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-16T23:42:13.265Z","issues_count":0,"pull_requests_count":10,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":15884452.333333334,"issues_closed_count":0,"pull_requests_closed_count":9,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.1,"merged_pull_requests_count":9,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlooped%2Factions-bot/issues","maintainers":[{"login":"devlooped-bot","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devlooped-bot"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/devlooped%2Factions-bot/codemeta","maintainers":[]}