Skip to content

Commit cc9b5a1

Browse files
committed
Remove SARIF support
1 parent 8602d8c commit cc9b5a1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/Build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ jobs:
6666
name: lint-reports
6767
path: '**/build/reports/lint-results-*.html'
6868

69-
- name: Upload lint reports (SARIF)
70-
if: always()
71-
uses: github/codeql-action/upload-sarif@v2
72-
with:
73-
sarif_file: './'
74-
7569
androidTest:
7670
needs: build
7771
runs-on: macOS-latest # enables hardware acceleration in the virtual machine

build-logic/convention/src/main/kotlin/AndroidLintConventionPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ class AndroidLintConventionPlugin : Plugin<Project> {
4242

4343
private fun Lint.configure() {
4444
xmlReport = true
45-
sarifReport = true
4645
checkDependencies = true
4746
}

0 commit comments

Comments
 (0)