You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add yarn audit checks to CI workflow
- Add 'Audit - Production' job for production dependencies
- Add 'Audit - All' job for all dependencies
- Use jlpm (yarn) for dependency auditing
* fix: add jupyterlab installation step before running jlpm in audit jobs
* fix: move audit jobs from build.yml to ci.yml
Move Audit - Production and Audit - All jobs to ci.yml as requested.
Audit jobs should be in ci.yml, not build.yml.
* fix: add packages:read permission to ci.yml for private package access
* fix: use correct yarn audit syntax (yarn npm audit)
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
0 commit comments