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
fix: exclude self-referencing grep from SHA pin check
The SHA pinning validation step's own grep command contains 'uses:'
which was matching itself and causing false positive failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: use rust-lang/crates-io-auth-action for trusted publishing
Replace manual OIDC token retrieval with the official crates.io
auth action that handles the token exchange correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>