chore: Improve GH workflows - #8
Open
mlakov wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Two issues were found in release.yml: the java-version is hardcoded instead of referencing the existing ${{ env.JAVA_VERSION }} env variable, and scan_mode is missing entirely — both of which were already present (correctly) in main.yml and/or pr.yml. Please address these to keep the release scan consistent and maintainable.
PR Bot Information
Version: 1.29.2 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened - Experiment Variant:
control - Correlation ID:
7e305b30-8985-11f1-9e18-da9249efc11a
mlakov
force-pushed
the
chore/gh-workflows
branch
from
July 27, 2026 06:38
5754546 to
3ee77d4
Compare
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.
Improve GitHub Workflow Configurations for Black Duck Scans
Chore
🔧 Standardized and improved the Black Duck scan configurations across all GitHub Actions workflows by reorganizing input parameters into a consistent order and adding missing fields.
Changes
.github/workflows/main.yml: Reordered Black Duck scan inputs and addedexcluded-dirs(**/*test*,**/target/site) andgithub_tokenparameters that were previously missing..github/workflows/pr.yml: Reordered Black Duck scan inputs and addedexcluded-dirsandmaven-versionparameters to align with the other workflows..github/workflows/release.yml: Reordered Black Duck scan inputs and addedjava-version,excluded-dirs, and ensured all required parameters (github_token,blackduck_token,maven-version) are consistently present.The key improvements across all three workflows are:
Consistent parameter ordering (scan mode → java-version → modules → project → excluded-dirs → maven-version → tokens)
Added
excluded-dirs: '**/*test*,**/target/site'to all workflows to skip test directories and build outputEnsured all required tokens and configuration values are present in each workflow
🔄 Regenerate and Update Summary
📬 Subscribe to the Hyperspace PR Bot DL to get the latest announcements and pilot features!
PR Bot Information
Version:
1.29.2| 📖 Documentation | 🚨 Create Incident | 💬 Feedbackanthropic--claude-4.6-sonnetpull_request.opened7e305b30-8985-11f1-9e18-da9249efc11a