@@ -13,16 +13,16 @@ jobs:
1313 node-version :
1414 - 20
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
17+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 registry-url : " https://registry.npmjs.org"
21- - uses : pnpm/action-setup@v4
21+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2222 - name : Get pnpm store directory
2323 shell : bash
2424 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
25- - uses : actions/cache@v4
25+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2626 with :
2727 path : ${{ env.STORE_PATH }}
2828 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -41,16 +41,16 @@ jobs:
4141 node-version :
4242 - 20
4343 steps :
44- - uses : actions/checkout@v4
45- - uses : actions/setup-node@v4
44+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
45+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 registry-url : " https://registry.npmjs.org"
49- - uses : pnpm/action-setup@v4
49+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
5050 - name : Get pnpm store directory
5151 shell : bash
5252 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
53- - uses : actions/cache@v4
53+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454 with :
5555 path : ${{ env.STORE_PATH }}
5656 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments