{"id":49448353,"url":"https://github.com/step-security/setup-licensed","last_synced_at":"2026-04-30T00:07:25.779Z","repository":{"id":354338807,"uuid":"1223178824","full_name":"step-security/setup-licensed","owner":"step-security","description":"Set up your GitHub Actions workflow with a specific version of licensee/licensed. Secure drop-in replacement for licensee/setup-licensed.","archived":false,"fork":false,"pushed_at":"2026-04-28T06:13:39.000Z","size":503,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T07:26:37.144Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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}},"created_at":"2026-04-28T04:40:29.000Z","updated_at":"2026-04-28T04:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/step-security/setup-licensed","commit_stats":null,"previous_names":["step-security/setup-licensed"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/setup-licensed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-licensed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-licensed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-licensed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-licensed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/setup-licensed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fsetup-licensed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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"}},"keywords":["step-security-maintained-actions"],"created_at":"2026-04-30T00:07:24.995Z","updated_at":"2026-04-30T00:07:25.774Z","avatar_url":"https://github.com/step-security.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![StepSecurity Maintained Action](https://raw.githubusercontent.com/step-security/maintained-actions-assets/main/assets/maintained-action-banner.png)](https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions)\n\n# setup-licensed\n\nA GitHub Action to set up [licensee/licensed](https://github.com/licensee/licensed) for use in action workflows, at the specified `version` input and target platform.  The action will fail if licensed isn't available for the specified version and target platform.\n\n## Installing licensed as a Ruby gem\n\nInstalling licensed as a Ruby gem requires an Actions environment that supports `gem install`.  The default system Ruby installation that is available in GitHub Actions runners does not support user-installed gems.  Please use [ruby/setup-ruby](https://github.com/ruby/setup-ruby) or a similar action in your workflow before using this action in order to install licensed as a Ruby gem.\n\n## Installing licensed as an executable\n\n**Licensed is not available as an executable for any version \u003e= 4.0.  Please install licensed as a Ruby gem for these versions**\n\nLicensed executables are provided for macOS and linux platforms.  When installing a licensed executable, this action will overwrite any version of the executable already installed at the `install-dir` input.\n\nInstalling licensed as an executable requires making API calls to GitHub which can be rate limited and significantly slow down a GitHub Action workflow run.  Rate limiting is more likely to happen when using `${{ secrets.GITHUB_TOKEN }}` for the `github_token` input or when leaving the `github_token` input empty.  If you are hitting frequent rate limiting and long action runtimes, please set `github_token` to a user PAT or install licensed as a Ruby gem.\n\n## Usage\n\nSee [action.yml](action.yml)\n\nlist dependencies:\n\n```yaml\nsteps:\n- uses: actions/checkout@v6\n\n# setup application environment\n- uses: actions/setup-node@v6\n- run: npm install # install dependencies in local environment\n\n# setup ruby environment before running step-security/setup-licensed\n- uses: ruby/setup-ruby@v1\n  with:\n    ruby-version: ruby\n\n- uses: step-security/setup-licensed@v1\n  with:\n    version: '4.x' # required: supports matching based on string equivalence or node-semver range\n    install-dir: /path/to/install/at # optional: defaults to /usr/local/bin\n    github_token: # optional: allows users to make authenticated requests to GitHub's APIs\n\n- run: licensed list\n```\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-security%2Fsetup-licensed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstep-security%2Fsetup-licensed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-security%2Fsetup-licensed/lists"}