fix(ci): pin crates.io auth action to valid commit#410
Conversation
📊 TypeScript Coverage ReportCoverage: 33.9% View detailed reportCoverage artifacts have been uploaded to this workflow run. |
Greptile SummaryThis PR fixes a broken CI workflow by replacing an invalid pinned commit SHA for the
Confidence Score: 5/5Safe to merge — minimal, verified fix to a broken workflow step. The change is a single-line SHA pin update with no logic changes. The replacement SHA bbd81622f20ce9e2dd9622e3218b975523e45bbe is confirmed to be the v1.0.4 release commit for rust-lang/crates-io-auth-action per the upstream GitHub releases page. No P0 or P1 issues were identified. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant Auth as rust-lang/crates-io-auth-action@v1.0.4
participant Crates as crates.io
GH->>Auth: OIDC token exchange (id-token: write)
Auth-->>GH: CARGO_REGISTRY_TOKEN
GH->>Crates: cargo publish -p kora-lib --locked
GH->>Crates: cargo publish -p kora-cli --locked
Crates-->>GH: publish confirmation
Reviews (1): Last reviewed commit: "fix(ci): pin crates.io auth action to va..." | Re-trigger Greptile |
Summary
crates-io-auth-actionSHA with a valid pinned commit for v1.0.4Why
Unable to resolve action rust-lang/crates-io-auth-action@2d789f...Test Plan
Publish Rust Cratesfrommainafter merge