Skip to content

Commit ebac009

Browse files
committed
🔁 Update GitHub Actions
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 168c847 commit ebac009

File tree

5 files changed

+49
-57
lines changed

5 files changed

+49
-57
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

.github/workflows/test-contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

@@ -61,6 +61,6 @@ jobs:
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 }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
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",
@@ -230,7 +230,7 @@
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",

pnpm-lock.yaml

Lines changed: 41 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)