Skip to content

Commit c71cbb3

Browse files
fix(deps): update all patch versions
1 parent fe31da7 commit c71cbb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
41+
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
56+
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
45+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4646
with:
4747
sarif_file: results.sarif

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ opentelemetry-semconv = "1.37.0"
55
opentelemetry-semconv-alpha = "1.37.0-alpha"
66
opentelemetry-contrib = "1.52.0-alpha"
77
junit = "6.0.1"
8-
byteBuddy = "1.18.1"
8+
byteBuddy = "1.18.2"
99
okhttp = "5.3.2"
1010
spotless = "8.1.0"
1111
kotlin = "2.2.21"
@@ -74,7 +74,7 @@ okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver3", version
7474

7575
#Compilation tools
7676
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
77-
nullaway = "com.uber.nullaway:nullaway:0.12.12"
77+
nullaway = "com.uber.nullaway:nullaway:0.12.13"
7878
errorprone-core = "com.google.errorprone:error_prone_core:2.44.0"
7979
errorprone-javac = "com.google.errorprone:javac:9+181-r4173-1"
8080
spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }

0 commit comments

Comments
 (0)