Remove SARIF support

pull/759/head
Simon Marquis 1 year ago
parent 8602d8cddb
commit cc9b5a1634

@ -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
}

Loading…
Cancel
Save