Skip to content

Commit 6759e16

Browse files
fix(deps): update all patch versions (#962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e672e8 commit 6759e16

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: touch demo-app/local.properties
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
41+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4242
with:
4343
languages: java, actions
4444
# using "linked" helps to keep up with the latest Kotlin support
@@ -53,7 +53,7 @@ jobs:
5353
run: ./gradlew assemble --no-build-cache --no-daemon
5454

5555
- name: Perform CodeQL analysis
56-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
56+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5757

5858
- name: Enable KVM for Android tests
5959
run: |

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
45+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4646
with:
4747
sarif_file: results.sarif

demo-app/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ navigation-compose = "2.7.7"
1010
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
1111
opentelemetry-exporter-otlp = { module = "io.opentelemetry:opentelemetry-exporter-otlp", version.ref = "opentelemetry" }
1212
opentelemetry-api-incubator = { module = "io.opentelemetry:opentelemetry-api-incubator", version.ref = "opentelemetry-alpha" }
13-
gson = "com.google.code.gson:gson:2.13.0"
13+
gson = "com.google.code.gson:gson:2.13.1"
1414

1515
#Test tools
1616
androidx-junit = "androidx.test.ext:junit:1.2.1"
@@ -24,7 +24,7 @@ desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
2424
# demo-app
2525
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
2626
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
27-
androidx-compose-bom = "androidx.compose:compose-bom:2025.04.00"
27+
androidx-compose-bom = "androidx.compose:compose-bom:2025.04.01"
2828
androidx-activity-compose = "androidx.activity:activity-compose:1.10.1"
2929
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
3030
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }

0 commit comments

Comments
 (0)