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 15, 2021
1 parent 6ec793a commit f51ce3a
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 f51ce3a

Please sign in to comment.