Commit 5933084293da08523b7ad72062cf84682b6e612d

Martin Mitas 2024-01-11T10:39:52

ci-fuzz.yml: Disable step "Upload Sarif". (It got in from the oss-fuzz's example cifuzz.yml, but IDK even what it is so hopefully we can live without it.)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml
index f9cdcdc..8bb417c 100644
--- a/.github/workflows/ci-fuzz.yml
+++ b/.github/workflows/ci-fuzz.yml
@@ -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: