TT-15793 added workflow to Suggest target branches #7511
Merged
probelabs / Visor: quality
succeeded
Nov 6, 2025 in 4m 0s
✅ Check Passed (Warnings Found)
quality check passed. Found 1 warning, but fail_if condition was not met.
Details
📊 Summary
- Total Issues: 1
- Warning Issues: 1
🐛 Issues by Category
🏗️ Architecture (1)
⚠️ .github/workflows/intelligent-branch-recomendations.yml:16 - The reusable workflowTykTechnologies/github-actions/.github/workflows/branch-suggestion.ymlis referenced using themainbranch. This poses a stability risk, as breaking changes in the target workflow'smainbranch will be automatically used. It is recommended to pin the workflow to a specific version (e.g., a tag like@v1or a specific commit SHA) to ensure predictable behavior.
Powered by Visor from Probelabs
💡 TIP: You can chat with Visor using /visor ask <your question>
Annotations
Check warning on line 16 in .github/workflows/intelligent-branch-recomendations.yml
probelabs / Visor: quality
architecture Issue
The reusable workflow `TykTechnologies/github-actions/.github/workflows/branch-suggestion.yml` is referenced using the `main` branch. This poses a stability risk, as breaking changes in the target workflow's `main` branch will be automatically used. It is recommended to pin the workflow to a specific version (e.g., a tag like `@v1` or a specific commit SHA) to ensure predictable behavior.
Raw output
Replace `@main` with a specific tag (e.g., `@v1`) or a commit SHA to ensure the workflow's stability and prevent unexpected changes.
Loading