Skip to content

Commit 6f30333

Browse files
authored
fix: Remove redundant codeql sarif upload for Solidity workflows (#15)
1 parent f79cf71 commit 6f30333

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/solidity.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ jobs:
5555
solc-version: 0.8.24
5656
fail-on: none
5757

58-
- name: Upload findings to GitHub Advanced Security Dashboard
59-
uses: github/codeql-action/upload-sarif@v3
60-
with:
61-
sarif_file: semgrep.sarif
62-
if: always()
63-
6458
- name: Upload findings to GitHub Advanced Security Dashboard
6559
uses: github/codeql-action/upload-sarif@v3
6660
with:

0 commit comments

Comments
 (0)