@ -66,12 +66,6 @@ jobs:
name: lint-reports
path: '**/build/reports/lint-results-*.html'
- name: Upload lint reports (SARIF)
if: always()
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: './'
androidTest:
needs: build
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
@ -42,6 +42,5 @@ class AndroidLintConventionPlugin : Plugin<Project> {
private fun Lint.configure() {
xmlReport = true
sarifReport = true
checkDependencies = true
}