- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15
Disambiguate the two scan reusable workflows #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Claude finished @withinfocus's task —— View job PR Review: Disambiguate the two scan reusable workflowsSummary of ChangesThis PR adds disambiguating suffixes ( Changes: 
 Critical IssuesNone found. Suggested Improvements🤔 Consider the impact of  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the concurrency group identifiers for reusable GitHub Actions workflows to prevent unintended job cancellations. The change adds workflow-specific suffixes to concurrency groups, ensuring that different workflow types (Sonar and Checkmarx) can run independently without interfering with each other.
- Added unique identifiers (-sonar-and-checkmarx-) to concurrency group names to distinguish between different workflow types
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description | 
|---|---|
| .github/workflows/_sonar.yml | Added -sonar-suffix to concurrency group to uniquely identify Sonar workflow runs | 
| .github/workflows/_checkmarx.yml | Added -checkmarx-suffix to concurrency group to uniquely identify Checkmarx workflow runs | 
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 
 Great job! No new security vulnerabilities introduced in this pull request | 

🎟️ Tracking
Testing of #465 in the field.
📔 Objective
Workflow name clashes exist since a common
scan.ymlfrom the template calls the independent scan reusable workflows. Adds a clarifying name in the concurrency group.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes