v3.7.0
This release contains updates to the reusable GitHub Actions workflows.
🎯 Quick Start
To use these workflows in your repository, reference them like this:
jobs:
ci:
uses: techishthoughts-org/java-workflows/.github/workflows/java-ci-secure.yml@v3.7.0
with:
java-version: '25'📚 Available Workflows
- java-ci-secure.yml: Secure Java CI with matrix testing
- auto-tag-enhanced.yml: Enhanced auto-tagging and releases
- auto-delete-branch-enhanced.yml: Enhanced branch cleanup
- dependabot-auto-merge-enhanced.yml: Enhanced Dependabot automation
- test-workflows.yml: Workflow testing and validation
🔧 Available Composite Actions
- setup-java-maven: Setup Java and Maven with caching
- docker-build-push: Build and push Docker images
See the individual workflow files for detailed documentation and usage examples.
What's Changed
- chore(deps): bump azure/aks-set-context from 3 to 4 by @dependabot[bot] in #2
- chore(deps): bump google-github-actions/get-gke-credentials from 2 to 3 by @dependabot[bot] in #4
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.11.2 to 6.0.1 by @dependabot[bot] in #5
- chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #7
- chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.14 by @dependabot[bot] in #8
- chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.4.0 by @dependabot[bot] in #9
- chore(deps): bump dorny/test-reporter from 1.9.1 to 2.1.1 by @dependabot[bot] in #11
- chore(deps): bump azure/setup-kubectl from 3 to 4 by @dependabot[bot] in #12
- chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #14
Full Changelog: v3.6.0...v3.7.0