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
## Summary
Loose version references to external GitHub Actions leave us potentially
vulnerable to supply chain attacks. To reduce the risk, we should refer
only to full SHA commits.
## Details
Instead of using just a version tag, consistently apply a full SHA
reference to all external Actions.
Set up dependabot to check them weekly.
## Test Plan
Testing GitHub workflows is always tricky -- lets see if anything
breaks.
## Related Issues
<!--
Link any relevant issues that this PR addresses.
-->
- Resolves#665
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)
0 commit comments