From 85b971a34d47bc643be327c879f2ebbdabbb41d8 Mon Sep 17 00:00:00 2001 From: Martin Mitas Date: Thu, 11 Jan 2024 10:01:00 +0100 Subject: [PATCH] Try to fix ci-fuzz.yml by fixing indentation. --- .github/workflows/ci-fuzz.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index 7cb48b50..f9cdcdc0 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