diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index d986609..53f4773 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -33,7 +33,7 @@ jobs: slither-args: --json slither-report.json - name: Upload SARIF to Code Scanning - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.slither.outputs.sarif }}