File tree Expand file tree Collapse file tree 5 files changed +49
-57
lines changed Expand file tree Collapse file tree 5 files changed +49
-57
lines changed Original file line number Diff line number Diff line change 3939 ${{ runner.os }}-pnpm-store-
4040
4141 - name : Use Node.js ${{ matrix.node_version }}
42- uses : actions/setup-node@v5
42+ uses : actions/setup-node@v6
4343 with :
4444 node-version : ${{ matrix.node_version }}
4545
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 uses : actions/checkout@v5
2424
2525 - name : Initialise CodeQL
26- uses : github/codeql-action/init@v3
26+ uses : github/codeql-action/init@v4
2727 with :
2828 languages : ${{ matrix.language }}
2929 queries : +security-and-quality
3030
3131 - name : Autobuild
32- uses : github/codeql-action/autobuild@v3
32+ uses : github/codeql-action/autobuild@v4
3333
3434 - name : Perform CodeQL analysis
35- uses : github/codeql-action/analyze@v3
35+ uses : github/codeql-action/analyze@v4
3636 with :
3737 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 4242 ${{ runner.os }}-pnpm-store-
4343
4444 - name : Use Node.js ${{ matrix.node_version }}
45- uses : actions/setup-node@v5
45+ uses : actions/setup-node@v6
4646 with :
4747 node-version : ${{ matrix.node_version }}
4848
6161 sarif : results.sarif
6262
6363 - name : Upload SARIF file
64- uses : github/codeql-action/upload-sarif@v3
64+ uses : github/codeql-action/upload-sarif@v4
6565 with :
6666 sarif_file : ${{ steps.slither.outputs.sarif }}
Original file line number Diff line number Diff line change 213213 "lint:fix" : " pnpm run prettier:fix && pnpm run solhint:fix && npx eslint . --fix"
214214 },
215215 "devDependencies" : {
216- "@eslint/js" : " ^9.38 .0" ,
216+ "@eslint/js" : " ^9.39 .0" ,
217217 "@matterlabs/hardhat-zksync-deploy" : " ^1.8.0" ,
218218 "@matterlabs/hardhat-zksync-ethers" : " ^1.4.0" ,
219219 "@matterlabs/hardhat-zksync-solc" : " ^1.5.1" ,
230230 "@types/node" : " ^24.9.2" ,
231231 "chai" : " ^4.5.0" ,
232232 "dotenv" : " ^17.2.3" ,
233- "eslint" : " ^9.38 .0" ,
233+ "eslint" : " ^9.39 .0" ,
234234 "eslint-config-prettier" : " ^10.1.8" ,
235235 "ethers" : " ^6.15.0" ,
236236 "hardhat" : " ^2.26.5" ,
You can’t perform that action at this time.
0 commit comments