Replaced snap install - #72
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
…stic Agent-Logs-Url: https://github.com/github/github-well-architected/sessions/289e0064-50a6-409d-b6fd-f3058ee3dff9 Co-authored-by: KittyChiu <[email protected]>
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
dkalmin
left a comment
There was a problem hiding this comment.
looks good I verified this installs DART correctly.
✅ Site Deployment Request SubmittedA request for live site deployment has been submitted. Next Steps
Note: If this contribution involves collaboration with GitHub, please contact your GitHub representative to help expedite the deployment process. Internal xref: https://github.com/github/github-well-architected-internal/pull/1193 |
✅ Site Deployment Request SubmittedA request for live site deployment has been submitted. Next Steps
Note: If this contribution involves collaboration with GitHub, please contact your GitHub representative to help expedite the deployment process. Internal xref: |
This pull request updates the way Dart Sass is installed in the
.github/workflows/pr-check.ymlworkflow. Instead of usingsnap, it now downloads a specific version (1.99.0) directly from GitHub and installs it manually. This change improves reliability and ensures consistent versioning across environments.