Skip to content

Commit

Permalink
👷 Update crytic/slither-action GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 1, 2024
1 parent 854cb17 commit 39fd27f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
FOUNDRY_PROFILE: default

- name: Slither static analyser
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
node-version: ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.12.0",
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
Expand Down
Loading

0 comments on commit 39fd27f

Please sign in to comment.