Skip to content

Commit

Permalink
ci-fuzz.yml: Disable step "Upload Sarif".
Browse files Browse the repository at this point in the history
(It got in from the oss-fuzz's example cifuzz.yml, but IDK even what it
is so hopefully we can live without it.)
  • Loading branch information
mity committed Jan 11, 2024
1 parent 85b971a commit 5933084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
name: artifacts
path: ./out/artifacts
- name: Upload Sarif
if: false # Disable: This step seems not to work.
if: always() && steps.build.outcome == 'success'
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 5933084

Please sign in to comment.