Skip to content

Commit

Permalink
Always upload Code Analysis results
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Dec 12, 2021
1 parent 5cf4b29 commit 73da384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73da384

Please sign in to comment.