Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/typescript-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: create and publish versions
# Using PAT instead of GITHUB_TOKEN so that PRs created by this action
# can trigger subsequent workflows (like publish) when merged
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
uses: changesets/action@2ae596f3dd74aaee4f346b31fda33a58528d3d40 # v1.7.0+cwd-fix (changesets/action#501)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit hash 2ae596f3dd74aaee4f346b31fda33a58528d3d40 does not appear to exist on the main branch of changesets/action, which is a supply chain risk — a commit not on main could be force-pushed away or garbage-collected.

A few things to verify before merging:

  1. changesets/action#501 is an issue, not a PR. The reference is misleading. The actual fix PRs that landed on main on March 31, 2026 are:

  2. Consider pinning to the merge commit of PR [ui] display evaluation window on timeseries graphs #536 (81b3f61ebffcb868f73e4c0b2682517149c834a2), which is the more complete fix and is confirmed on main.

Suggested change
uses: changesets/action@2ae596f3dd74aaee4f346b31fda33a58528d3d40 # v1.7.0+cwd-fix (changesets/action#501)
uses: changesets/action@81b3f61ebffcb868f73e4c0b2682517149c834a2 # v1.7.0+cwd-fix (changesets/action#536)

with:
version: pnpm ci:version
commit: "chore(js): update versions"
Expand Down
Loading