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.8.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 google-github-actions/auth from 2 to 3 by @dependabot[bot] in #3
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.4 by @dependabot[bot] in #10
- chore(deps): bump 8398a7/action-slack from 3.16.2 to 3.19.0 by @dependabot[bot] in #6
Full Changelog: v3.7.0...v3.8.0