Skip to content

Github Action Version 2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 14:52
· 76 commits to develop since this release
5b0f941

Changes in this Release

  • Since set-output from the actions/core library does not work in recent versions, we changed the action's behavior so it now sets environment variables.
    For example: scan-readable-summary will become SECHUB_OUTPUT_SCAN_READABLE_SUMMARY
    and can be accessed by ${env.SECHUB_OUTPUT_SCAN_READABLE_SUMMARY} in other steps.
    See the action's README file for details.
  • The action's caching has been improved

For more details please look at Milestone 166