pipery-dev/Pipery Java CI
CI pipeline for Java: SAST, SCA, lint, build, test, versioning, packaging, release, reintegration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 30, 2026
- License
- None
Pinned Snippet
uses: pipery-dev/java-ci@2847dda60bc453157478414c490eba76c95926c0 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the project source tree the action should operate on. | no | . |
| config_file | Path to Pipery config file. | no | .pipery/config.yaml |
| java_version | Java version to use. | no | 21 |
| build_tool | Build tool to use: auto, maven, gradle, ant, or groovy. | no | auto |
| tests_path | Test target passed to the build tool (e.g. a test class or pattern). | no | "" |
| registry | Container registry for packaging. | no | ghcr.io |
| registry_username | Registry username for authentication. | no | "" |
| registry_password | Registry password for authentication. | no | "" |
| github_token | GitHub token for release and reintegration steps. | no | "" |
| version_bump | Version bump type: patch, minor, or major. | no | patch |
| log_file | Path to the JSONL log file written during the run. | no | pipery.jsonl |
| skip_sast | Skip SAST step. | no | false |
| skip_sca | Skip SCA step. | no | false |
| skip_lint | Skip lint step. | no | false |
| skip_build | Skip build step. | no | false |
| skip_test | Skip test step. | no | false |
| skip_versioning | Skip versioning step. | no | false |
| skip_packaging | Skip packaging step. | no | false |
| skip_release | Skip release step. | no | false |
| skip_reintegration | Skip reintegration step. | no | false |
| target_branch | Target branch for reintegration. | no | main |
Outputs
no outputs