mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-20 19:40:28 -04:00
d879d1c979
The `build` job in the CLI release workflow referenced `actions/checkout@v6` by tag while every other action across the repo's workflows is pinned to a full commit SHA. Pinning it closes the one remaining mutable-tag reference so CI can't silently pull a re-tagged action. ## Changes - Pin `actions/checkout` in the `cli-release.yml` `build` job to `8e8c483…90e8` (`v6.0.1`) — the same SHA used by the repo's other checkout steps.