🔄 Preview: chore(deps): bump the github-actions group with 4 updates - #2806
Closed
probelabs[bot] wants to merge 481 commits into
Closed
🔄 Preview: chore(deps): bump the github-actions group with 4 updates#2806probelabs[bot] wants to merge 481 commits into
probelabs[bot] wants to merge 481 commits into
probelabs / Visor: quality
succeeded
Aug 27, 2026 in 59s
✅ 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
🔍 Failure Condition Results
Passed Conditions
- global_fail_if: Condition passed
Issues by Category
Architecture (1)
⚠️ .github/workflows/visor.yaml:18 - Theactions/checkoutaction is pinned to a floating major version (@v7), which is inconsistent with other workflows in this repository that pin to a specific commit SHA. Using floating versions can introduce unexpected changes or breakages and reduces the reproducibility of the workflow.
Powered by Visor from Probelabs
💡 TIP: You can chat with Visor using /visor ask <your question>
Annotations
Check warning on line 18 in .github/workflows/visor.yaml
probelabs / Visor: quality
architecture Issue
The `actions/checkout` action is pinned to a floating major version (`@v7`), which is inconsistent with other workflows in this repository that pin to a specific commit SHA. Using floating versions can introduce unexpected changes or breakages and reduces the reproducibility of the workflow.
Raw output
For consistency, security, and reproducibility, pin `actions/checkout` to the specific commit SHA used in other updated workflow files (`3d3c42e5aac5ba805825da76410c181273ba90b1`).
Loading