{"id":19007066,"url":"https://github.com/er28-0652/setup-ghidra","last_synced_at":"2025-04-22T19:25:12.722Z","repository":{"id":39911705,"uuid":"231412805","full_name":"er28-0652/setup-ghidra","owner":"er28-0652","description":"setup Ghidra environment for GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-06-19T18:05:31.000Z","size":10699,"stargazers_count":16,"open_issues_count":10,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T18:11:13.038Z","etag":null,"topics":["ghidra","github-actions","github-actions-typescript"],"latest_commit_sha":null,"homepage":"","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/er28-0652.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}},"created_at":"2020-01-02T15:52:25.000Z","updated_at":"2025-01-03T20:59:14.000Z","dependencies_parsed_at":"2024-06-19T03:03:53.648Z","dependency_job_id":"e86fb530-14f8-408e-b854-a4d9a71885b7","html_url":"https://github.com/er28-0652/setup-ghidra","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":0.2549019607843137,"last_synced_commit":"b53614dada0a16e3c342277caae905b96d803109"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsetup-ghidra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsetup-ghidra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsetup-ghidra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsetup-ghidra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/er28-0652","download_url":"https://codeload.github.com/er28-0652/setup-ghidra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249297703,"owners_count":21246461,"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","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":["ghidra","github-actions","github-actions-typescript"],"created_at":"2024-11-08T18:35:55.281Z","updated_at":"2025-04-17T01:31:22.693Z","avatar_url":"https://github.com/er28-0652.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/er28-0652/setup-ghidra/workflows/Main%20workflow/badge.svg)](https://github.com/er28-0652/setup-ghidra/actions)\n\n# setup-ghidra\n\nThis action sets up a Ghidra environment for use in actions by:\n\n- optionally installing a version of Ghidra and adding to GHIDRA_INSTALL_PATH. The action will fail if no matching versions are found. To check available Ghidra version, see release note in https://ghidra-sre.org.\n\n## Inputs\n\n### `version`\n\n**Required** Version of Ghidra. Default `\"latest\"`.\n\n## Usage\n\nBefore setup Ghidra, you need to setup Java 11.0.x environment using `actions/setup-java`.\nThis action doesn't use Docker, so you can use both Windows, Linux and MacOS for `runs-on` environment.\n\n```yaml\nruns-on: ${{ matrix.os }}\nstrategy:\n  matrix:\n    os: [macos-latest, windows-latest, ubuntu-latest]\nsteps:\n  - uses: actions/checkout@v1\n  - uses: actions/setup-java@v1\n    java-version: \"11.0.x\"\n    java-package: jdk\n    architecture: x64\n  - uses: er28-0652/setup-ghidra@master\n    with:\n      version: \"9.1.1\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fer28-0652%2Fsetup-ghidra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fer28-0652%2Fsetup-ghidra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fer28-0652%2Fsetup-ghidra/lists"}