Skip to content

Commit 3df32f9

Browse files
committed
pin github actions to SHAs
1 parent 40e8dc4 commit 3df32f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install
3030

3131
- name: Create Release Pull Request or Publish
32-
uses: changesets/action@v1 # Must use latest version!
32+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1
3333
with:
3434
publish: npx changeset publish
3535
env:

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout default branch
1515
uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
1717
with:
1818
version: 10
1919
- name: Create snapshot version

0 commit comments

Comments
 (0)