@@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v2
17+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1818 with :
1919 version : 10
2020 - name : Install Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2222 with :
2323 node-version : 24
2424 cache : pnpm
@@ -36,13 +36,13 @@ jobs:
3636 name : Node.js ${{ matrix.node-version }} Quick
3737 steps :
3838 - name : Checkout the repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040 - name : Install pnpm
41- uses : pnpm/action-setup@v2
41+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4242 with :
4343 version : 10
4444 - name : Install Node.js ${{ matrix.node-version }}
45- uses : actions/setup-node@v3
45+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
@@ -62,15 +62,15 @@ jobs:
6262 name : Node.js ${{ matrix.node-version }} Quick
6363 steps :
6464 - name : Checkout the repository
65- uses : actions/checkout@v3
65+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666 - name : Install pnpm
67- uses : pnpm/action-setup@v1
67+ uses : pnpm/action-setup@8e1abe543ff1fa17b5d36e08ed01b4a1e4c31eb4 # v1.2.1
6868 with :
6969 version : 3
7070 env :
7171 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
7272 - name : Install Node.js ${{ matrix.node-version }}
73- uses : actions/setup-node@v3
73+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7474 with :
7575 node-version : ${{ matrix.node-version }}
7676 - name : Install dependencies
0 commit comments