Skip to content

Releases: FiniteStateInc/binary-scan

v3.1.0

30 Sep 14:36
a12988b

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

24 Jun 18:56
62bfea4

Choose a tag to compare

What's Changed

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

v2.0.1

02 May 12:15
79912c9

Choose a tag to compare

What's Changed

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

v2.0.0

04 Apr 15:04
ebcb6a0

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/binary-scan@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.0...v2.0.0

Auto-Commenting on PRs

29 Dec 18:02
2df0d0b

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/binary-scan?tab=readme-ov-file#auto-generation-of-pr-comments.

v1.0.0 - Initial Release of the Finite State binary-scan GitHub Action

27 Dec 19:37
56e5b4a

Choose a tag to compare

Merge pull request #4 from FiniteStateInc/update-description

Update the Action description