Skip to content

Commit f3ce25b

Browse files
SEC: pin changesets/action to full commit SHA
changesets/action@v1 is a mutable tag; pin to the v1.9.0 commit SHA to prevent supply-chain attacks via tag movement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0b1e915 commit f3ce25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Create Version PR or publish
4848
id: changesets
49-
uses: changesets/action@v1
49+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
5050
with:
5151
publish: npx changeset publish
5252
title: 'chore: version packages'

0 commit comments

Comments
 (0)