Skip to content

Commit

Permalink
fix: Remove redundant codeql sarif upload for Solidity workflows (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik authored Jun 29, 2024
1 parent 7a43cfa commit 3424759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
solc-version: 0.8.24
fail-on: none

- name: Upload findings to GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: semgrep.sarif
if: always()

- name: Upload findings to GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 3424759

Please sign in to comment.