Try to fix ci-fuzz.yml by fixing indentation.
diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml
index 7cb48b5..f9cdcdc 100644
--- a/.github/workflows/ci-fuzz.yml
+++ b/.github/workflows/ci-fuzz.yml
@@ -22,10 +22,10 @@ jobs:
with:
name: artifacts
path: ./out/artifacts
- - name: Upload Sarif
- if: always() && steps.build.outcome == 'success'
- uses: github/codeql-action/upload-sarif@v2
- with:
- # Path to SARIF file relative to the root of the repository
- sarif_file: cifuzz-sarif/results.sarif
- checkout_path: cifuzz-sarif
+ - name: Upload Sarif
+ if: always() && steps.build.outcome == 'success'
+ uses: github/codeql-action/upload-sarif@v2
+ with:
+ # Path to SARIF file relative to the root of the repository
+ sarif_file: cifuzz-sarif/results.sarif
+ checkout_path: cifuzz-sarif