Skip to content

Deploy ERC20Point contract to arbitrum sepolia and staging #279

Deploy ERC20Point contract to arbitrum sepolia and staging

Deploy ERC20Point contract to arbitrum sepolia and staging #279

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run Slither
uses: crytic/slither-action@dev-git-safe-workspace
id: slither
with:
sarif: results.sarif
fail-on: medium
slither-version: "0.9.1"