{"id":12051282,"name":"step-security/setup-gh-cli-action","ecosystem":"actions","description":"Installs or updates the GitHub CLI (gh)","homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/step-security/setup-gh-cli-action","keywords_array":["step-security-maintained-actions"],"namespace":"step-security","versions_count":6,"first_release_published_at":"2024-11-22T04:54:56.000Z","latest_release_published_at":"2025-11-26T05:23:33.000Z","latest_release_number":"v3.0.0","last_synced_at":"2026-05-16T22:32:19.341Z","created_at":"2025-08-29T09:31:30.667Z","updated_at":"2026-05-16T22:32:19.341Z","registry_url":"https://github.com/step-security/setup-gh-cli-action","install_command":null,"documentation_url":null,"metadata":{"name":"Setup GitHub CLI","description":"Installs or updates the GitHub CLI (gh)","author":"step-security","inputs":{"version":{"description":"The `gh` version to install. Can also be set to `latest` to install the latest available version (including prereleases), or `stable` to install the latest stable release.","default":"stable","required":true},"github-token":{"description":"The token to use for retrieving the release. Can be set to `secrets.GITHUB_TOKEN`. Use this if you hit rate limits.","required":false}},"outputs":{"installed-version":{"description":"The full version that was installed."}},"runs":{"using":"node24","main":"dist/index.js"},"branding":{"color":"white","icon":"terminal"},"default_branch":"main","path":null},"repo_metadata":{"id":263945794,"uuid":"891853190","full_name":"step-security/setup-gh-cli-action","owner":"step-security","description":"A GitHub action that installs or updates the gh CLI. Secure drop-in replacement for sersoft-gmbh/setup-gh-cli-action.","archived":false,"fork":false,"pushed_at":"2025-09-18T05:43:40.000Z","size":2041,"stargazers_count":0,"open_issues_count":18,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T07:32:06.555Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","language":"TypeScript","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/step-security.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":"SECURITY.md","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}},"created_at":"2024-11-21T04:19:19.000Z","updated_at":"2025-09-18T05:43:44.000Z","dependencies_parsed_at":"2024-11-21T06:27:09.683Z","dependency_job_id":"9971c695-c12a-4a90-afbb-dbc5eaefbb9b","html_url":"https://github.com/step-security/setup-gh-cli-action","commit_stats":null,"previous_names":["step-security/setup-gh-cli-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/setup-gh-cli-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/setup-gh-cli-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/sbom","scorecard":{"id":545344,"data":{"date":"2025-08-19T07:27:14Z","repo":{"name":"github.com/step-security/setup-gh-cli-action","commit":"d066c0f95ed45c639791f654807fc8d9a576553a"},"scorecard":{"version":"v5.0.0","commit":"ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4"},"score":7.7,"checks":[{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"12 out of 12 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#ci-tests"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#code-review"}},{"name":"Contributors","score":0,"reason":"project has 0 contributing companies or organizations -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#contributors"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#dependency-update-tool"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#license"}},{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#maintained"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  12 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:  10 out of  10 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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#sast"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":10,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/setup-gh-cli-action/releases/assets/234854860","Info: provenance for release artifact: multiple.intoto.jsonl: https://api.github.com/repos/step-security/setup-gh-cli-action/releases/assets/208267898"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/actions_release.yml:19","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/actions_release.yml:21","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:21","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:22","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/scorecards.yml:33","Info: jobLevel 'checks' permission set to 'read': .github/workflows/scorecards.yml:35","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: jobLevel 'issues' permission set to 'read': .github/workflows/scorecards.yml:32","Info: topLevel 'contents' permission set to 'read': .github/workflows/actions_release.yml:14","Info: topLevel 'packages' permission set to 'read': .github/workflows/audit-package.yml:31","Warn: topLevel 'contents' permission set to 'write': .github/workflows/audit-package.yml:29","Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto_cherry_pick.yml:15","Info: topLevel 'packages' permission set to 'read': .github/workflows/auto_cherry_pick.yml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#token-permissions"}},{"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/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T09:21:30.248Z","repository_id":263945794,"created_at":"2025-08-20T09:21:30.248Z","updated_at":"2025-08-20T09:21:30.248Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277510960,"owners_count":25830573,"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-29T02:00:09.175Z","response_time":84,"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":"step-security","name":"StepSecurity","uuid":"88700172","kind":"organization","description":"Secure your GitHub Actions with StepSecurity: Your Trusted CI/CD Security Partner","email":"interest@stepsecurity.io","website":"https://www.stepsecurity.io","location":"United States of America","twitter":"step_security","company":null,"icon_url":"https://avatars.githubusercontent.com/u/88700172?v=4","repositories_count":28,"last_synced_at":"2024-04-23T11:39:40.117Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/step-security","funding_links":[],"total_stars":1443,"followers":91,"following":0,"created_at":"2022-11-14T05:19:49.352Z","updated_at":"2024-04-23T11:40:00.834Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security/repositories"},"tags":[{"name":"v2.0.3","sha":"e10fcdad1b2e6acfd6cd693afaafb66802b5e594","kind":"commit","published_at":"2025-08-21T04:58:37.000Z","download_url":"https://codeload.github.com/step-security/setup-gh-cli-action/tar.gz/v2.0.3","html_url":"https://github.com/step-security/setup-gh-cli-action/releases/tag/v2.0.3","dependencies_parsed_at":"2025-09-01T05:46:05.349Z","dependency_job_id":null,"purl":"pkg:github/step-security/setup-gh-cli-action@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"44ed3904e30498a8ea98233ac1015af0b0cb1fd4","kind":"commit","published_at":"2025-03-03T06:42:34.000Z","download_url":"https://codeload.github.com/step-security/setup-gh-cli-action/tar.gz/v2.0.2","html_url":"https://github.com/step-security/setup-gh-cli-action/releases/tag/v2.0.2","dependencies_parsed_at":"2025-09-01T05:46:05.149Z","dependency_job_id":null,"purl":"pkg:github/step-security/setup-gh-cli-action@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"911a1ad924338cbaed4af8b5f982b605345abb46","kind":"commit","published_at":"2024-11-22T04:54:56.000Z","download_url":"https://codeload.github.com/step-security/setup-gh-cli-action/tar.gz/v2.0.1","html_url":"https://github.com/step-security/setup-gh-cli-action/releases/tag/v2.0.1","dependencies_parsed_at":"2025-09-01T05:46:05.293Z","dependency_job_id":null,"purl":"pkg:github/step-security/setup-gh-cli-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2.0.1/manifests"},{"name":"v2","sha":"911a1ad924338cbaed4af8b5f982b605345abb46","kind":"commit","published_at":"2024-11-22T04:54:56.000Z","download_url":"https://codeload.github.com/step-security/setup-gh-cli-action/tar.gz/v2","html_url":"https://github.com/step-security/setup-gh-cli-action/releases/tag/v2","dependencies_parsed_at":"2025-09-01T05:46:05.273Z","dependency_job_id":null,"purl":"pkg:github/step-security/setup-gh-cli-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/tags/v2/manifests"}]},"repo_metadata_updated_at":"2026-02-11T14:10:13.685Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":28.12665235918012,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":14.06332617959006},"purl":"pkg:githubactions/step-security/setup-gh-cli-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/step-security/setup-gh-cli-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/step-security/setup-gh-cli-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/step-security/setup-gh-cli-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-19T08:11:27.998Z","issues_count":11,"pull_requests_count":96,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":791281.4782608695,"issues_closed_count":0,"pull_requests_closed_count":69,"pull_request_authors_count":5,"issue_authors_count":4,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":1.40625,"merged_pull_requests_count":13,"bot_issues_count":10,"bot_pull_requests_count":77,"past_year_issues_count":11,"past_year_pull_requests_count":96,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":791281.4782608695,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":69,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.40625,"past_year_bot_issues_count":10,"past_year_bot_pull_requests_count":77,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-gh-cli-action/issues","maintainers":[{"login":"Raj-StepSecurity","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Raj-StepSecurity"}],"active_maintainers":[{"login":"Raj-StepSecurity","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Raj-StepSecurity"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/step-security%2Fsetup-gh-cli-action/codemeta","maintainers":[]}