Skip to content

Bump @openzeppelin/contracts from 4.9.3 to 4.9.6 #647

Bump @openzeppelin/contracts from 4.9.3 to 4.9.6

Bump @openzeppelin/contracts from 4.9.3 to 4.9.6 #647

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/slither-action@v0.3.1
with:
fail-on: high
slither-args: --filter-paths "./lib|./test"
node-version: 18