Releases: FiniteStateInc/third-party-upload
v2.0.2
What's Changed
- Rely on the new typescripts SDK to communicate with FiniteState by @cpfarherFinitestate in #29
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Upgrade Finitestate Python SDK pip package by @cpfarherFinitestate in #17
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Cross-platform support
New Features
- Added support for Windows and Ubuntu operating systems.
Breaking Change
Migrated from a composite action to a JavaScript action.
Action Changes
- The action's structure and implementation have been updated to accommodate cross-platform support.
- The workflow configuration might require adjustments due to the change in action type and new options.
What's Changed
- Migrate Composite GH action to to Js GH Action by @cpfarherFinitestate in #12
Migration Guide
Review the updated action's documentation for any specific changes or requirements.
Update your workflows accordingly to leverage the new features and options.
Mainly you need to change the uses
in the workflow file with this line:
uses: FiniteStateInc/third-party-upload@v2.0.0
If you would like to use the sha of the commit as version, we recommend to replace the input on this way:
version: ${{github.sha}}
For detailed information and support, refer to the action's repository and documentation.
Thank you for using our GitHub Action! If you have any questions or encounter issues, please reach out to us for assistance.
Full Changelog: v1.1.1...V2.0.0
v1.1.1: Merge pull request #11 from FiniteStateInc/action-name
Updating the GitHub Action name displayed in the marketplace
Auto-Commenting on PRs
This release adds the ability for you to configure the Finite State Binary Scan GitHub Action to automatically add comments to your PRs after your binary has been uploaded to the Finite State Platform. This allows for quick and easy access to the URL associated with your scan. For more details, view the documentation: https://github.com/FiniteStateInc/third-party-upload?tab=readme-ov-file#auto-generation-of-pr-comments.
v1.0.0 - Initial Release of the Finite State third-party-upload GitHub Action
Merge pull request #4 from FiniteStateInc/update-description Update the Action description