Releases: bcgov/action-test-and-analyse-java
Releases · bcgov/action-test-and-analyse-java
v.1.2.0
What's Changed
- chore(deps): pin dependencies by @renovate[bot] in #31
- chore(ci): drop pins for allowlisted actions by @DerekRoberts in #33
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #34
- chore(deps): update actions/setup-java action to v5 by @renovate[bot] in #36
- feat: add triggered output and improve documentation by @DerekRoberts in #37
- feat: add input validation patterns by @DerekRoberts in #39
Full Changelog: v1.1.0...v.1.2.0
v1.1.0
What's Changed
- chore(deps): update dependency ubuntu to v24 by @renovate in #27
- chore(ci): actions moved to bcgov org by @DerekRoberts in #28
- chore(ci): limit workflow permissions by @DerekRoberts in #29
- chore: only allow triggers on pull requests by @DerekRoberts in #30
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- fix(ci): conditionals by @DerekRoberts in #24
- chore(ci): codeowners by @DerekRoberts in #26
- feat(ci): use actions-diff-triggers by @DerekRoberts in #25
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- chore(deps): update actions/setup-java action to v4 by @renovate in #22
- ci: renovate extends bcgov/renovate-config by @DerekRoberts in #23
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Version 1.0 has been released!
Breaking Changes
java-versionis now required (previously defaulted to 17)sonar_project_tokenhas been renamedsonar_token
New Features
triggersspecifies whether to run tests or exit succesfully (when not needed)branchallows cloning a non-default branch (useful for testing)triggers_eventallows limiting action to event type, defaults to pull_request
What's Changed
- chore(config): migrate renovate config by @bcgov-devops in #15
- Bump actions/checkout from 3 to 4 by @dependabot in #16
- chore: remove dependabot for renovate by @DerekRoberts in #18
- feat: bring over updates from node repo by @DerekRoberts in #19
- fix: updates to fix publishing by @DerekRoberts in #20
New Contributors
- @bcgov-devops made their first contribution in #15
- @dependabot made their first contribution in #16
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- GHA deprecated set-output by @DerekRoberts in #8
- feat: adding support for github artifact repository by @paulushcgcj in #10
New Contributors
- @paulushcgcj made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release