File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 uses : actions/checkout@v6
3232
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v4.36.3
34+ uses : github/codeql-action/init@v4.37.0
3535 with :
3636 languages : ${{ matrix.language }}
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/init@v4.36.3
39+ uses : github/codeql-action/init@v4.37.0
4040 with :
4141 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 5050 run_install : false
5151
5252 - name : Install Node.js
53- uses : actions/setup-node@v6
53+ uses : actions/setup-node@v6.4.0
5454 with :
5555 node-version : 22
5656 cache : ' pnpm'
Original file line number Diff line number Diff line change 5151 run_install : false
5252
5353 - name : Install Node.js
54- uses : actions/setup-node@v6
54+ uses : actions/setup-node@v6.4.0
5555 with :
5656 node-version : 22
5757 cache : ' pnpm'
Original file line number Diff line number Diff line change 5353 run_install : false
5454
5555 - name : Install Node.js
56- uses : actions/setup-node@v6
56+ uses : actions/setup-node@v6.4.0
5757 with :
5858 node-version : 22
5959 cache : ' pnpm'
Original file line number Diff line number Diff line change 3434 cache : false
3535
3636 - name : Install Node.js
37- uses : actions/setup-node@v6
37+ uses : actions/setup-node@v6.4.0
3838 with :
3939 node-version : 22
4040 # No `cache:`, and package-manager-cache disabled. release.yml
Original file line number Diff line number Diff line change 3131 run_install : false
3232
3333 - name : Install Node.js
34- uses : actions/setup-node@v6
34+ uses : actions/setup-node@v6.4.0
3535 with :
3636 node-version : 22
3737 cache : ' pnpm'
Original file line number Diff line number Diff line change 5858 cache : false
5959
6060 - name : Install Node.js
61- uses : actions/setup-node@v6
61+ uses : actions/setup-node@v6.4.0
6262 with :
6363 node-version : 22
6464 # Do not use caching in this cache-testing workflow
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 - name : Checkout Repo
2222 uses : actions/checkout@v6
2323
24- - uses : pnpm/action-setup@v6.0.8
24+ - uses : pnpm/action-setup@v6.0.9
2525 name : Install pnpm
2626 with :
2727 run_install : false
2828
2929 - name : Install Node.js
30- uses : actions/setup-node@v6
30+ uses : actions/setup-node@v6.4.0
3131 with :
3232 # Node 22 is the supply-chain hardening baseline every pnpm-using job
3333 # must pin (enforced by e2e/tests/supply-chain.e2e.test.ts). Lint is
8282 run_install : false
8383
8484 - name : Install Node.js
85- uses : actions/setup-node@v6
85+ uses : actions/setup-node@v6.4.0
8686 with :
8787 node-version : ${{ matrix.node-version }}
8888 cache : ' pnpm'
@@ -203,7 +203,7 @@ jobs:
203203 run_install : false
204204
205205 - name : Install Node.js
206- uses : actions/setup-node@v6
206+ uses : actions/setup-node@v6.4.0
207207 with :
208208 node-version : 22
209209 cache : ' pnpm'
@@ -267,7 +267,7 @@ jobs:
267267 run_install : false
268268
269269 - name : Install Node.js
270- uses : actions/setup-node@v6
270+ uses : actions/setup-node@v6.4.0
271271 with :
272272 node-version : 22
273273 cache : ' pnpm'
@@ -342,7 +342,7 @@ jobs:
342342 run_install : false
343343
344344 - name : Install Node.js
345- uses : actions/setup-node@v6
345+ uses : actions/setup-node@v6.4.0
346346 with :
347347 node-version : 22
348348 cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments