Skip to content

Commit

Permalink
chore: upload merged file
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 16, 2024
1 parent 49105a1 commit ad35512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: maps-compose/build/reports/lint-results.sarif
sarif_file: merged.sarif
2 changes: 1 addition & 1 deletion maps-compose-widgets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
lint {
sarifOutput = file("$buildDir/reports/lint-results.sarif")
}

namespace = "com.google.maps.android.compose.widgets"
compileSdk = 34

Expand Down

0 comments on commit ad35512

Please sign in to comment.