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.)
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: