Setup Ghidra Action
Version updated for https://github.com/antoniovazquezblanco/setup-ghidra to version v2.1.1.
- This action is used across all versions by 53 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Setup Ghidra Action” automates the configuration of a Ghidra environment in GitHub Actions workflows, allowing users to specify Ghidra versions or custom forks for installation. It simplifies the process of preparing Ghidra for use by setting environment variables like GHIDRA_INSTALL_PATH and ensuring version compatibility. This action is particularly useful for tasks such as building or testing projects that depend on Ghidra across different versions.
What’s Changed
What’s Changed
- Build(deps-dev): Bump npm-check-updates from 19.6.6 to 20.0.0 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/111
- Build(deps-dev): Bump ts-jest from 29.4.6 to 29.4.9 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/110
- Build(deps-dev): Bump npm-check-updates from 20.0.0 to 20.0.1 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/113
- Build(deps): Bump @actions/github from 9.0.0 to 9.1.0 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/114
- Bump prettier from 3.8.1 to 3.8.2 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/112
- Build(deps-dev): Bump prettier from 3.8.2 to 3.8.3 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/115
- Build(deps-dev): Bump npm-check-updates from 20.0.1 to 21.0.2 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/116
- Implement retry mechanism on rate limit by @dreamsyntax in https://github.com/antoniovazquezblanco/setup-ghidra/pull/118
New Contributors
- @dreamsyntax made their first contribution in https://github.com/antoniovazquezblanco/setup-ghidra/pull/118
Full Changelog: https://github.com/antoniovazquezblanco/setup-ghidra/compare/v2...v2.1.1