Call `github/codeql-action/upload-sarif` with the root folder as argument

It does not support path globbing.
pull/759/head
Simon Marquis 1 year ago
parent 8ea9a8fa51
commit ec7b7ac668

@ -69,7 +69,7 @@ jobs:
if: always()
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: '**/build/reports/lint-results-*.sarif'
sarif_file: './'
androidTest:
needs: build

Loading…
Cancel
Save