v3.6.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.6.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 actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: v3.5.0...v3.6.0