[1.136.*] Pre-release merge (#578)

This commit is contained in:
tramline-github[bot]
2024-05-31 14:30:04 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
cache-read-only: true
- name: Initialize CodeQL
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
with:
languages: java
tools: latest
@@ -41,7 +41,7 @@ jobs:
./gradlew assembleDebug assembleInternal
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
with:
category: "/language:java"
mobsfscan:
@@ -62,6 +62,6 @@ jobs:
args: . --sarif --output results.sarif || true
- name: Upload mobsfscan report
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
with:
sarif_file: results.sarif
+6 -6
View File
@@ -11,7 +11,7 @@ junit = "5.10.2"
konvert = "3.2.1"
kotlin = "2.0.0"
kotlinResult = "2.0.0"
leakcanary = "3.0-alpha-6"
leakcanary = "3.0-alpha-7"
lifecycle = "2.8.1"
retrofit = "2.11.0"
richtext = "1.0.0-alpha01"
@@ -50,11 +50,11 @@ androidx-lint = "androidx.lint:lint-gradle:1.0.0-alpha01"
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-beta02"
androidx-paging-compose = "androidx.paging:paging-compose:3.3.0"
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.0-alpha01"
androidx-test-core = "androidx.test:core:1.6.0-beta01"
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-beta01"
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.0-beta01"
androidx-test-rules = "androidx.test:rules:1.6.0-beta01"
androidx-test-runner = "androidx.test:runner:1.6.0-beta01"
androidx-test-core = "androidx.test:core:1.6.0-rc01"
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-rc01"
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.0-rc01"
androidx-test-rules = "androidx.test:rules:1.6.0-rc01"
androidx-test-runner = "androidx.test:runner:1.6.0-rc01"
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }