Skip to content

Releases: bcgov/action-test-and-analyse

v1.4.0

13 Sep 19:19
51b50be
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #77
  • feat: add triggered output to action.yml by @DerekRoberts in #78
  • feat: enhanced input validation and error handling by @DerekRoberts in #79
  • docs: add outputs section and improve versioning practices by @DerekRoberts in #80
  • refactor: remove out-of-scope error handling and workspace cleanup cruft by @DerekRoberts in #81

Full Changelog: v1.3.1...v1.4.0

v1.3.1

29 Aug 21:58
8f4187d
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update sonarsource/sonarqube-scan-action action to v5.2.0 by @renovate[bot] in #67
  • chore(deps): pin dependencies by @renovate[bot] in #68
  • chore(ci): fix pr-open secret handling by @DerekRoberts in #71
  • chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 by @renovate[bot] in #70
  • chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in #72
  • chore(ci): drop pins for allowlisted actions by @DerekRoberts in #73
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #74
  • Bump SonarSource/sonarqube-scan-action to v5.3.1 by @ty2k in #76

New Contributors

  • @ty2k made their first contribution in #76

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Apr 20:36
e2ba341
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update sonarsource/sonarcloud-github-action action to v2.3.0 by @renovate in #52
  • chore(deps): update sonarsource/sonarcloud-github-action action to v3 by @renovate in #53
  • chore(deps): update dependency ubuntu to v24 by @renovate in #54
  • chore(deps): update sonarsource/sonarcloud-github-action action to v3.1.0 by @renovate in #56
  • chore(deps): update sonarsource/sonarcloud-github-action action to v4 by @renovate in #57
  • chore(deps): update to newest SonarSource action by @DerekRoberts in #58
  • chore(ci): actions moved to bcgov org by @DerekRoberts in #59
  • chore(ci): limit workflow permissions by @DerekRoberts in #60
  • chore: handle secrets without over exposure by @DerekRoberts in #63
  • chore(deps): update sonarsource/sonarqube-scan-action action to v5 by @renovate in #64
  • chore(deps): update sonarsource/sonarqube-scan-action action to v5.1.0 by @renovate in #65
  • chore: only allow triggers on pull requests by @DerekRoberts in #66

Full Changelog: v1.2.1...v1.3.0

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