Skip to content

Feat: Update legacy withdrawal timestamp param to legacy withdrawal c… #3776

Feat: Update legacy withdrawal timestamp param to legacy withdrawal c…

Feat: Update legacy withdrawal timestamp param to legacy withdrawal c… #3776

Workflow file for this run

name: Slither Analysis
on:
push:
pull_request:
types: [opened, reopened]
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run Slither
uses: crytic/[email protected]
id: slither
with:
sarif: results.sarif
fail-on: none
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.slither.outputs.sarif }}