Skip to content

Merge branch 'master' into TT-15793-integrate-intelligent-branch-reco…

b9880f1
Select commit
Loading
Failed to load commit list.
Merged

TT-15793 added workflow to Suggest target branches #7511

Merge branch 'master' into TT-15793-integrate-intelligent-branch-reco…
b9880f1
Select commit
Loading
Failed to load commit list.
probelabs / Visor: architecture succeeded Nov 6, 2025 in 4m 0s

✅ Check Passed (Warnings Found)

architecture 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 workflow is referenced using the main branch (@main), which can introduce instability and security risks. Any changes pushed to the main branch of TykTechnologies/github-actions, including breaking changes or potentially compromised code, would be automatically picked up. This can cause this workflow to fail unexpectedly without any changes being made in this repository.

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

See this annotation in the file changed.

@probelabs probelabs / Visor: architecture

architecture Issue

The reusable workflow is referenced using the `main` branch (`@main`), which can introduce instability and security risks. Any changes pushed to the `main` branch of `TykTechnologies/github-actions`, including breaking changes or potentially compromised code, would be automatically picked up. This can cause this workflow to fail unexpectedly without any changes being made in this repository.
Raw output
To ensure deterministic and secure builds, pin the reusable workflow to a specific commit SHA, tag, or release version (e.g., `@v1.0.0`).