diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe20298..7f4ca3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: slither-args: --filter-paths "./lib|./test" # exclude other contracts (open zeppelin ones) and test - name: Upload static anaylisis SARIF output file # it should also add relevant comments on PR - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.slither.outputs.sarif }}