Skip to content

Commit ec7b7ac

Browse files
committed
Call github/codeql-action/upload-sarif with the root folder as argument
It does not support path globbing.
1 parent 8ea9a8f commit ec7b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: always()
7070
uses: github/codeql-action/upload-sarif@v2
7171
with:
72-
sarif_file: '**/build/reports/lint-results-*.sarif'
72+
sarif_file: './'
7373

7474
androidTest:
7575
needs: build

0 commit comments

Comments
 (0)