Skip to content
Compare
Choose a tag to compare
@varunsh-coder varunsh-coder released this 08 Nov 23:39
· 233 commits to main since this release
ebacdc2

Release v2.0.0

  • Feature to disable sudo: Use disable-sudo: true to run job steps without sudo access on the GitHub-hosted runner. disable-sudo is false by default and needs to be opted-into. (documentation)
  • File monitoring improvements: All source code files are monitored now for overwrite, instead of a few extensions. Instead of getting annotations for overwrites, you can also opt-in to getting email or Slack notifications if source code is overwritten. (documentation)
  • Support for private repositories: Starting with Harder Runner v2.0.0, use of harden runner for private repositories will require a Team/ Enterprise license. Harder Runner GitHub Action is free for all public repositories.

What's Changed

Full Changelog: v1...v2.0.0