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
Copy file name to clipboardExpand all lines: .cursor/rules/cicd-patterns.mdc
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ alwaysApply: false
6
6
7
7
# CI/CD Workflow Guidelines
8
8
9
+
## Security: Pin Actions by Commit Hash
10
+
11
+
**ALWAYS pin GitHub Actions to specific commit SHAs** instead of version tags for enhanced security. This prevents supply chain attacks where tags could be moved to malicious commits.
0 commit comments