chore: update GitHub Actions to use reusable workflows#34
Merged
cuioss-oliver merged 3 commits intomainfrom Feb 3, 2026
Merged
chore: update GitHub Actions to use reusable workflows#34cuioss-oliver merged 3 commits intomainfrom
cuioss-oliver merged 3 commits intomainfrom
Conversation
- Update project.yml to new structured schema format - Replace inline maven.yml with reusable workflow caller - Replace inline maven-release.yml with reusable release.yml caller - Add scorecards.yml for OpenSSF Scorecard security analysis - Add dependency-review.yml for PR dependency scanning All workflows now call cuioss-organization reusable workflows pinned to v0.2.0 (SHA: 288f393bf5407c87ffd95c128cdf694761941308) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The SHA 288f393... was incorrect. Using correct v0.2.0 SHA: 9ce5ba83776bab80eeffb695f7374e334cf6bd9f Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add chore/* to maven.yml push triggers so builds run on chore branches - Add required permissions to dependency-review.yml for reusable workflow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
project.ymlto new structured schema format with IDE autocomplete supportmaven.ymlwith 19-line reusable workflow callermaven-release.ymlwith 20-line reusablerelease.ymlcallerscorecards.ymlfor OpenSSF Scorecard security analysisdependency-review.ymlfor PR dependency vulnerability scanningChanges
project.yml
pages-reference,sonar-project-key) to structured sectionsmaven-build,sonar, andpagesconfiguration sectionscreate-github-release: truefor auto-generated release notesWorkflows
All workflows now call cuioss-organization reusable workflows pinned to v0.2.0 (SHA:
288f393bf5407c87ffd95c128cdf694761941308).maven.yml(inline)maven.yml(caller)maven-release.yml(inline)release.yml(caller)scorecards.ymldependency-review.ymlTest Plan
🤖 Generated with Claude Code