diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml
index 1c4b4055..143efd3d 100644
--- a/.github/workflows/detekt.yml
+++ b/.github/workflows/detekt.yml
@@ -51,7 +51,7 @@ jobs:
         )" > ${{ github.workspace }}/detekt.sarif.json
 
     # Uploads results to GitHub repository using the upload-sarif action
-    - uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
+    - uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
       with:
         # Path to SARIF file relative to the root of the repository
         sarif_file: ${{ github.workspace }}/detekt.sarif.json
diff --git a/descopesdk/build.gradle b/descopesdk/build.gradle
index 3f401c53..611d8789 100644
--- a/descopesdk/build.gradle
+++ b/descopesdk/build.gradle
@@ -42,7 +42,7 @@ android {
 dependencies {
     implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
     implementation "androidx.lifecycle:lifecycle-common:2.8.4"
-    implementation "androidx.lifecycle:lifecycle-process:2.8.4"
+    implementation "androidx.lifecycle:lifecycle-process:2.8.7"
     implementation "androidx.browser:browser:1.8.0"
     implementation "androidx.security:security-crypto:1.0.0"
     implementation "androidx.credentials:credentials:1.2.2"