Skip to content

Releases: bcgov-nr/action-test-and-analyse

v1.2.1

16 Apr 19:44
802833a
Compare
Choose a tag to compare

Dependency Downgrade

  • Issues with SonarSource/sonarcloud-github-action v2.1, so we're temporarily using v2.0.2

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Apr 16:54
d2fc2b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

11 Feb 20:08
a163447
Compare
Choose a tag to compare

What's New

Dependency updates to avoid Node 16 deprecations.

What's Changed

  • chore(deps): update sonarsource/sonarcloud-github-action action to v2.0.2 by @bcgov-devops in #39
  • feat: ensure checkout even on fail, reduces noise by @DerekRoberts in #40
  • ci: renovate extends bcgov/renovate-config by @DerekRoberts in #43
  • chore(deps): update github actions all dependencies to v4 (major) by @renovate in #45
  • chore(deps): update sonarsource/sonarcloud-github-action action to v2.1.1 by @renovate in #46
  • chore(deps): update actions/cache action to v4 by @renovate in #47

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Aug 17:27
464d16f
Compare
Choose a tag to compare

What's Changed

Features:

  • feat: param for triggers_event, default to pull_request by @DerekRoberts in #36

Fixes:

CI:

  • deps: Configure Renovate by @bcgov-renovate in #32
  • deps: disable Dependabot for Renovate by @DerekRoberts in #38

New Contributors

  • @bcgov-renovate made their first contribution in #32

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Aug 15:51
370ba8f
Compare
Choose a tag to compare

Version 1.0 has been released!

Breaking Changes

  • node_version is now required (previously defaulted to 16)
  • sonar_comment_token has been removed (ignored by SonarCloud)
  • sonar_project_token has been renamed sonar_token

New Features

triggers specifies whether to run tests or exit succesfully (when not needed)
branch allows cloning a non-default branch (useful for testing)

What's Changed

New Contributors

Full Changelog: v0.0.2...v1.0.0

v0.0.2

11 Aug 23:06
aaf5ddb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

14 Nov 05:40
3cef3a5
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release