Skip to content

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 13:28
· 19 commits to main since this release

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.5.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.

Full Changelog: v3.4.0...v3.5.0