{"id":77108,"name":null,"description":"Analyzer for the usage of Github Actions","url":"https://github.com/elgohr/github-action-analyzer","last_synced_at":"2025-09-08T20:55:19.814Z","repository":{"id":37527008,"uuid":"240961777","full_name":"elgohr/github-action-analyzer","owner":"elgohr","description":"Analyzer for the usage of Github Actions","archived":false,"fork":false,"pushed_at":"2025-08-26T09:05:03.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T11:36:46.080Z","etag":null,"topics":["actions","analyzer","github","statistics","usage"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/elgohr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-02-16T20:35:02.000Z","updated_at":"2025-08-26T09:05:07.000Z","dependencies_parsed_at":"2024-08-12T20:21:01.376Z","dependency_job_id":"be1f2555-072b-4c7a-9886-f9bcb362e158","html_url":"https://github.com/elgohr/github-action-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elgohr/github-action-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr","download_url":"https://codeload.github.com/elgohr/github-action-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/sbom","scorecard":{"id":372438,"data":{"date":"2025-08-11","repo":{"name":"github.com/elgohr/github-action-analyzer","commit":"1921068dcf0511bb9724c6fcea209541520de5e3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 15 changesets","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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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/assign.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/assign.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/assign.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/automerge.yml:10","Warn: no topLevel permission defined: .github/workflows/test.yml:1","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":"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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-18T13:17:52.665Z","repository_id":37527008,"created_at":"2025-08-18T13:17:52.665Z","updated_at":"2025-08-18T13:17:52.665Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231482,"owners_count":25245601,"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-08T02:00:09.813Z","response_time":121,"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"}},"owner":{"login":"elgohr","name":"Lars Gohr","uuid":"19632501","kind":"user","description":"Father, Open Source guy, Triathlete. Software engineer @ PowerCo. Likes working in agile environments.","email":"","website":null,"location":"Wolfsburg","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/19632501?u=230d41b5e15d1c4dce4bf15979254dda9eade5cb\u0026v=4","repositories_count":92,"last_synced_at":"2025-09-06T06:51:47.950Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/elgohr","funding_links":["https://github.com/sponsors/elgohr"],"total_stars":1258,"followers":168,"following":20,"created_at":"2022-11-11T19:49:45.563Z","updated_at":"2025-09-06T06:51:47.950Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr/repositories"},"packages":[{"id":3896697,"name":"github.com/elgohr/github-action-analyzer","ecosystem":"go","description":"","homepage":"https://github.com/elgohr/github-action-analyzer","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/elgohr/github-action-analyzer","keywords_array":[],"namespace":"github.com/elgohr","versions_count":15,"first_release_published_at":"2021-08-28T20:30:51.000Z","latest_release_published_at":"2024-01-01T17:19:00.000Z","latest_release_number":"v0.0.0-20240101171900-cb55db928ba0","last_synced_at":"2025-06-16T20:20:27.057Z","created_at":"2022-04-12T00:11:14.729Z","updated_at":"2025-08-26T12:23:53.553Z","registry_url":"https://pkg.go.dev/github.com/elgohr/github-action-analyzer","install_command":"go get github.com/elgohr/github-action-analyzer","documentation_url":"https://pkg.go.dev/github.com/elgohr/github-action-analyzer#section-documentation","metadata":{},"repo_metadata":{"id":37527008,"uuid":"240961777","full_name":"elgohr/github-action-analyzer","owner":"elgohr","description":"Analyzer for the usage of Github Actions","archived":false,"fork":false,"pushed_at":"2025-08-26T09:05:03.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T11:36:46.080Z","etag":null,"topics":["actions","analyzer","github","statistics","usage"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/elgohr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-02-16T20:35:02.000Z","updated_at":"2025-08-26T09:05:07.000Z","dependencies_parsed_at":"2024-08-12T20:21:01.376Z","dependency_job_id":"be1f2555-072b-4c7a-9886-f9bcb362e158","html_url":"https://github.com/elgohr/github-action-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elgohr/github-action-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr","download_url":"https://codeload.github.com/elgohr/github-action-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/sbom","scorecard":{"id":372438,"data":{"date":"2025-08-11","repo":{"name":"github.com/elgohr/github-action-analyzer","commit":"1921068dcf0511bb9724c6fcea209541520de5e3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 15 changesets","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":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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/assign.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/assign.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/elgohr/github-action-analyzer/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/assign.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/automerge.yml:10","Warn: no topLevel permission defined: .github/workflows/test.yml:1","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":"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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-18T13:17:52.665Z","repository_id":37527008,"created_at":"2025-08-18T13:17:52.665Z","updated_at":"2025-08-18T13:17:52.665Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272219958,"owners_count":24894475,"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-08-26T02:00:07.904Z","response_time":60,"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"},"owner_record":{"login":"elgohr","name":"Lars Gohr","uuid":"19632501","kind":"user","description":"Father, Open Source guy, Triathlete. Software engineer @ PowerCo. Likes working in agile environments.","email":"","website":null,"location":"Wolfsburg","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/19632501?u=230d41b5e15d1c4dce4bf15979254dda9eade5cb\u0026v=4","repositories_count":92,"last_synced_at":"2025-08-18T23:43:44.038Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/elgohr","funding_links":["https://github.com/sponsors/elgohr"],"total_stars":1253,"followers":168,"following":20,"created_at":"2022-11-11T19:49:45.563Z","updated_at":"2025-08-18T23:43:44.038Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-08-26T12:23:53.553Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":10.884508724104611,"forks_count":8.968987819809952,"average":9.049624201913051},"purl":"pkg:golang/github.com/elgohr/github-action-analyzer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/elgohr/github-action-analyzer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/elgohr/github-action-analyzer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/elgohr/github-action-analyzer/dependencies","status":null,"funding_links":["https://github.com/sponsors/elgohr"],"critical":null,"issue_metadata":{"last_synced_at":"2025-04-05T23:42:05.424Z","issues_count":0,"pull_requests_count":72,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":589989.2083333334,"issues_closed_count":0,"pull_requests_closed_count":72,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.08333333333333333,"merged_pull_requests_count":67,"bot_issues_count":0,"bot_pull_requests_count":72,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":39.285714285714285,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"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":7,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Felgohr%2Fgithub-action-analyzer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Felgohr%2Fgithub-action-analyzer/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Felgohr%2Fgithub-action-analyzer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Felgohr%2Fgithub-action-analyzer/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1954234,"maintainers_count":0,"namespaces_count":741771,"keywords_count":109320,"github":"golang","metadata":{"funded_packages_count":49342},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-08T05:47:38.872Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":2483720,"full_name":"elgohr/github-action-analyzer","default_branch":"master","committers":null,"total_commits":null,"total_committers":null,"total_bot_commits":null,"total_bot_committers":null,"mean_commits":null,"dds":null,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":null,"last_synced_commit":null,"created_at":"2024-10-09T18:46:45.869Z","updated_at":"2024-10-09T18:46:45.869Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:16.827Z","repositories_count":5490906,"commits_count":854705141,"contributors_count":31201120,"owners_count":911734,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"elgohr/github-action-analyzer","html_url":"https://github.com/elgohr/github-action-analyzer","last_synced_at":"2025-08-26T12:23:53.280Z","status":"error","issues_count":0,"pull_requests_count":72,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":589989.2083333334,"issues_closed_count":0,"pull_requests_closed_count":72,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.08333333333333333,"merged_pull_requests_count":67,"bot_issues_count":0,"bot_pull_requests_count":72,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":39.285714285714285,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"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":7,"past_year_merged_pull_requests_count":7,"created_at":"2023-05-16T20:56:19.170Z","updated_at":"2025-09-02T22:36:43.382Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fgithub-action-analyzer/issues","issue_labels_count":{},"pull_request_labels_count":{"dependencies":73,"go":63,"github_actions":7},"issue_author_associations_count":{},"pull_request_author_associations_count":{"CONTRIBUTOR":82},"issue_authors":{},"pull_request_authors":{"dependabot[bot]":73,"renovate[bot]":9},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10110516,"issues_count":31572812,"pull_requests_count":98127175,"authors_count":10706274,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":7,"go":7},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":7},"past_year_issue_authors":{},"past_year_pull_request_authors":{"dependabot[bot]":7},"maintainers":[],"active_maintainers":[]},"events":{"total":{"DeleteEvent":4,"PushEvent":3,"PullRequestEvent":8,"CreateEvent":3},"last_year":{"DeleteEvent":4,"PushEvent":3,"PullRequestEvent":8,"CreateEvent":3}},"keywords":["actions","analyzer","github","statistics","usage"],"dependencies":[{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2022-08-19T03:10:53.276Z","updated_at":"2022-08-19T03:10:53.276Z","repository_link":"https://github.com/elgohr/github-action-analyzer/blob/main/go.mod","dependencies":[{"id":1988399599,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.0","direct":true,"kind":"runtime","optional":false},{"id":1988399600,"package_name":"github.com/tomnomnom/linkheader","ecosystem":"go","requirements":"v0.0.0-20180905144013-02ca5825eb80","direct":true,"kind":"runtime","optional":false},{"id":1988399601,"package_name":"github.com/urfave/cli/v2","ecosystem":"go","requirements":"v2.11.2","direct":true,"kind":"runtime","optional":false},{"id":1988399602,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":true,"kind":"runtime","optional":false},{"id":1988399603,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.2","direct":true,"kind":"runtime","optional":false},{"id":1988399604,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":1988399605,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":1988399606,"package_name":"github.com/russross/blackfriday/v2","ecosystem":"go","requirements":"v2.1.0","direct":true,"kind":"runtime","optional":false},{"id":1988399607,"package_name":"github.com/xrash/smetrics","ecosystem":"go","requirements":"v0.0.0-20201216005158-039620a65673","direct":true,"kind":"runtime","optional":false},{"id":1988399608,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2022-08-19T03:10:53.408Z","updated_at":"2022-08-19T03:10:53.408Z","repository_link":"https://github.com/elgohr/github-action-analyzer/blob/main/go.sum","dependencies":[{"id":1988401622,"package_name":"github.com/cpuguy83/go-md2man/v2","ecosystem":"go","requirements":"v2.0.2","direct":false,"kind":"runtime","optional":false},{"id":1988401623,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":1988401624,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":1988401625,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":1988401626,"package_name":"github.com/russross/blackfriday/v2","ecosystem":"go","requirements":"v2.1.0","direct":false,"kind":"runtime","optional":false},{"id":1988401627,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":1988401628,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":1988401629,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":1988401630,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":1988401631,"package_name":"github.com/tomnomnom/linkheader","ecosystem":"go","requirements":"v0.0.0-20180905144013-02ca5825eb80","direct":false,"kind":"runtime","optional":false},{"id":1988401632,"package_name":"github.com/urfave/cli/v2","ecosystem":"go","requirements":"v2.11.2","direct":false,"kind":"runtime","optional":false},{"id":1988401633,"package_name":"github.com/xrash/smetrics","ecosystem":"go","requirements":"v0.0.0-20201216005158-039620a65673","direct":false,"kind":"runtime","optional":false},{"id":1988401634,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v0.0.0-20161208181325-20d25e280405","direct":false,"kind":"runtime","optional":false},{"id":1988401635,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":1988401636,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200313102051-9f266ea9e77c","direct":false,"kind":"runtime","optional":false},{"id":1988401637,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/assign.yml","sha":null,"kind":"manifest","created_at":"2023-01-27T22:31:58.331Z","updated_at":"2023-01-27T22:31:58.331Z","repository_link":"https://github.com/elgohr/github-action-analyzer/blob/main/.github/workflows/assign.yml","dependencies":[{"id":7196056038,"package_name":"pozil/auto-assign-issue","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-27T22:31:58.338Z","updated_at":"2023-01-27T22:31:58.338Z","repository_link":"https://github.com/elgohr/github-action-analyzer/blob/main/.github/workflows/test.yml","dependencies":[{"id":7196056041,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7196056042,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/automerge.yml","sha":null,"kind":"manifest","created_at":"2023-12-04T18:52:01.178Z","updated_at":"2023-12-04T18:52:01.178Z","repository_link":"https://github.com/elgohr/github-action-analyzer/blob/main/.github/workflows/automerge.yml","dependencies":[]}],"score":null,"created_at":"2025-09-08T20:51:03.068Z","updated_at":"2025-10-07T08:27:45.407Z","avatar_url":"https://github.com/elgohr.png","language":"Go","category":null,"sub_category":null,"monthly_downloads":0,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/77108","html_url":"https://science.ecosyste.ms/projects/77108"}