Skip to content

Commit b6d106f

Browse files
committed
Update CodeQL to support new Kotlin version
1 parent 82e6d99 commit b6d106f

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
retention-days: 5
4444

4545
- name: Upload to code-scanning
46-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
46+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
4747
with:
4848
sarif_file: results.sarif

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ junitparams = "1.1.1"
55
kotlin = "2.3.0"
66
coreKtx = "1.17.0"
77
junit = "4.13.2"
8-
compose = "1.10.0"
8+
compose = "1.10.2"
99
material = "1.13.0"
1010
materialIconsExtended = "1.7.8"
11-
mockk = "1.14.7"
11+
mockk = "1.14.9"
1212
detekt = "1.23.8"
1313
lifecycleRuntimeKtx = "2.10.0"
14-
activityCompose = "1.12.2"
15-
composeBom = "2025.12.01"
14+
activityCompose = "1.12.3"
15+
composeBom = "2026.01.01"
1616
binary-compatibility-validator = "0.18.1"
1717
dependency-guard = "0.5.0"
1818

intervalannotatedstring/dependencies/releaseRuntimeClasspath.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ androidx.autofill:autofill:1.0.0
99
androidx.collection:collection-jvm:1.5.0
1010
androidx.collection:collection-ktx:1.5.0
1111
androidx.collection:collection:1.5.0
12-
androidx.compose.runtime:runtime-android:1.10.0
13-
androidx.compose.runtime:runtime-annotation-android:1.10.0
14-
androidx.compose.runtime:runtime-annotation:1.10.0
15-
androidx.compose.runtime:runtime-retain-android:1.10.0
16-
androidx.compose.runtime:runtime-retain:1.10.0
17-
androidx.compose.runtime:runtime-saveable-android:1.10.0
18-
androidx.compose.runtime:runtime-saveable:1.10.0
19-
androidx.compose.runtime:runtime:1.10.0
20-
androidx.compose.ui:ui-android:1.10.0
21-
androidx.compose.ui:ui-geometry-android:1.10.0
22-
androidx.compose.ui:ui-geometry:1.10.0
23-
androidx.compose.ui:ui-graphics-android:1.10.0
24-
androidx.compose.ui:ui-graphics:1.10.0
25-
androidx.compose.ui:ui-text-android:1.10.0
26-
androidx.compose.ui:ui-text:1.10.0
27-
androidx.compose.ui:ui-unit-android:1.10.0
28-
androidx.compose.ui:ui-unit:1.10.0
29-
androidx.compose.ui:ui-util-android:1.10.0
30-
androidx.compose.ui:ui-util:1.10.0
31-
androidx.compose.ui:ui:1.10.0
12+
androidx.compose.runtime:runtime-android:1.10.2
13+
androidx.compose.runtime:runtime-annotation-android:1.10.2
14+
androidx.compose.runtime:runtime-annotation:1.10.2
15+
androidx.compose.runtime:runtime-retain-android:1.10.2
16+
androidx.compose.runtime:runtime-retain:1.10.2
17+
androidx.compose.runtime:runtime-saveable-android:1.10.2
18+
androidx.compose.runtime:runtime-saveable:1.10.2
19+
androidx.compose.runtime:runtime:1.10.2
20+
androidx.compose.ui:ui-android:1.10.2
21+
androidx.compose.ui:ui-geometry-android:1.10.2
22+
androidx.compose.ui:ui-geometry:1.10.2
23+
androidx.compose.ui:ui-graphics-android:1.10.2
24+
androidx.compose.ui:ui-graphics:1.10.2
25+
androidx.compose.ui:ui-text-android:1.10.2
26+
androidx.compose.ui:ui-text:1.10.2
27+
androidx.compose.ui:ui-unit-android:1.10.2
28+
androidx.compose.ui:ui-unit:1.10.2
29+
androidx.compose.ui:ui-util-android:1.10.2
30+
androidx.compose.ui:ui-util:1.10.2
31+
androidx.compose.ui:ui:1.10.2
3232
androidx.concurrent:concurrent-futures:1.1.0
3333
androidx.core:core-ktx:1.16.0
3434
androidx.core:core-viewtree:1.0.0

0 commit comments

Comments
 (0)