File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ navigation-compose = "2.7.7"
1010androidx-appcompat = " androidx.appcompat:appcompat:1.7.0"
1111opentelemetry-exporter-otlp = { module = " io.opentelemetry:opentelemetry-exporter-otlp" , version.ref = " opentelemetry" }
1212opentelemetry-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
1616androidx-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
2525androidx-core-ktx = " androidx.core:core-ktx:1.16.0"
2626androidx-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 "
2828androidx-activity-compose = " androidx.activity:activity-compose:1.10.1"
2929androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
3030androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
You can’t perform that action at this time.
0 commit comments