Conversation
✅ Security Analysis ResultsGreat news! No security issues found in this pull request. Analysis Summary:
Security analysis powered by Claude Sonnet 4.6 via pr-auditor | Questions? Contact #dx-team or check out this page |
|
This PR is missing a Jira ticket reference in the title or description. |
|
🥷 Code experts: robespmun robespmun has most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame: ✨ Comment |
|
|
🎉 This PR is included in version 2.10.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |



Problem
CI Standard Checks workflow has been timing out after 24 hours since March 27. The reusable workflow defaults to
ci-base-scale-set(self-hosted runners), but these are restricted to private repos. Public repos likejs-api-clientcan't access them, causing jobs to queue indefinitely until auto-cancelled.This pull request makes a configuration update to the GitHub Actions workflow. The change explicitly specifies the runner environment for the
ci-standard-checksjob.Changes