We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4922d6a commit 7a58e12Copy full SHA for 7a58e12
.github/workflows/analysis.yml
@@ -49,11 +49,11 @@ jobs:
49
./gradlew --no-configuration-cache spotbugsGplayDebug
50
51
- name: Upload Lint SARIF
52
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
53
with:
54
- sarif_file: build/reports/lint-results-gplayDebug.sarif
+ sarif_file: app/build/reports/lint-results-gplayDebug.sarif
55
56
- name: Upload SpotBugs SARIF
57
58
59
- sarif_file: build/reports/spotbugs-results.sarif
+ sarif_file: app/build/reports/spotbugs-results.sarif
0 commit comments