From e3c1213be64b16743db492d38bf48fc3f04faa29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:12:11 +0000 Subject: [PATCH 1/3] chore(deps): update github/codeql-action action to v3.24.10 --- .github/workflows/code_quality_analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_quality_analysis.yml b/.github/workflows/code_quality_analysis.yml index 894ddb4d4..b9d1f5d12 100644 --- a/.github/workflows/code_quality_analysis.yml +++ b/.github/workflows/code_quality_analysis.yml @@ -37,7 +37,7 @@ jobs: cache-read-only: true - name: Initialize CodeQL - uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: languages: java tools: latest @@ -49,7 +49,7 @@ jobs: ./gradlew assembleDebug assembleInternal - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: category: "/language:java" mobsfscan: @@ -70,6 +70,6 @@ jobs: args: . --sarif --output results.sarif || true - name: Upload mobsfscan report - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: sarif_file: results.sarif From 7119cda5793480507286e523766a422d35ec98ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:21:27 +0000 Subject: [PATCH 2/3] chore(deps): update sqldelight to v2.0.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1ec80fa35..85dea9c9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ retrofit = "2.11.0" richtext = "1.0.0-alpha01" sentry-sdk = "7.6.0" serialization = "1.6.3" -sqldelight = "2.0.1" +sqldelight = "2.0.2" whetstone = "0.9.0-beta01" workmanager = "2.10.0-alpha01" From 142fafba2316352c56a7839e149030de86532898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 03:34:33 +0000 Subject: [PATCH 3/3] fix(deps): update konvert to v3.1.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 85dea9c9b..106b9a570 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ coroutines = "1.8.1-Beta" dagger = "2.51.1" glance = "1.1.0-beta01" junit = "5.10.2" -konvert = "3.0.1" +konvert = "3.1.0" kotlin = "1.9.23" kotlinResult = "2.0.0" lifecycle = "2.8.0-alpha04"