Skip to content

Commit 9bb7883

Browse files
committed
Reference action by commit hashes
1 parent 6e88e40 commit 9bb7883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/socket-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929

3030
- name: Setup pnpm
31-
uses: ./.github/actions/setup-pnpm
31+
uses: SocketDev/socket-cli/.github/actions/setup-pnpm@6e88e402e06dcb99ea2dcff676110c4d8fe4b025
3232
with:
3333
node-version: '22'
3434
pnpm-version: '^10.16.0'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
- name: Setup PNPM
32-
uses: ./.github/actions/setup-pnpm
32+
uses: SocketDev/socket-cli/.github/actions/setup-pnpm@6e88e402e06dcb99ea2dcff676110c4d8fe4b025
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
pnpm-version: '^10.16.0'

0 commit comments

Comments
 (0)