Skip to content

Releases: FiniteStateInc/third-party-upload

v2.0.2

02 Oct 13:55
8b179b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 May 12:36
45a676b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - Cross-platform support

05 Apr 13:58
c0bbb09
Compare
Choose a tag to compare

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

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

29 Dec 18:56
23b06fd
Compare
Choose a tag to compare
Updating the GitHub Action name displayed in the marketplace

Auto-Commenting on PRs

29 Dec 18:06
840ba54
Compare
Choose a tag to compare

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

27 Dec 19:39
0a3e541
Compare
Choose a tag to compare
Merge pull request #4 from FiniteStateInc/update-description

Update the Action description