From 73da38439a5a099416dc260c87f166f4d40670ad Mon Sep 17 00:00:00 2001 From: Alejandro Serrano Date: Sun, 12 Dec 2021 13:04:59 +0100 Subject: [PATCH] Always upload Code Analysis results --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f0ac46..2b05c01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,9 +37,11 @@ jobs: path: build-reports.zip - name: Bundle analysis report + if: always() run: mkdir sarif && find . -name '*.sarif' | xargs -I{} cp "{}" ./sarif/ - name: Upload analysis report + if: always() uses: github/codeql-action/upload-sarif@v1 with: # Path to SARIF file relative to the root of the repository