Skip to content

Commit f39d76d

Browse files
authored
Merge pull request #2800 from dagecko/runner-guard/fix-ci-security
fix: pin 1 unpinned action(s)
2 parents dd436d6 + 80566c5 commit f39d76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Install pnpm
16-
uses: pnpm/action-setup@v4
16+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
1717

1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)