@@ -68,7 +68,7 @@ Defaults to 300 seconds (5 minutes).
6868### Example with Vulnerability Blocking
6969``` yaml
7070- name : Upload to Data Theorem with blocking if high or medium vulnerabilities are found
71- uses : datatheorem/datatheorem-mobile-secure-action@v2.3 .1
71+ uses : datatheorem/datatheorem-mobile-secure-action@v2.5 .1
7272 with :
7373 UPLOAD_BINARY_PATH : " ./app/build/outputs/apk/debug/app-debug.apk"
7474 DT_UPLOAD_API_KEY : ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -79,7 +79,7 @@ Defaults to 300 seconds (5 minutes).
7979### Example with Vulnerability Warnings
8080` ` ` yaml
8181- name : Upload to Data Theorem with warnings for high severity vulnerabilities
82- uses : datatheorem/datatheorem-mobile-secure-action@v2.3 .1
82+ uses : datatheorem/datatheorem-mobile-secure-action@v2.5 .1
8383 with :
8484 UPLOAD_BINARY_PATH : " ./app/build/outputs/apk/debug/app-debug.apk"
8585 DT_UPLOAD_API_KEY : ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -90,7 +90,7 @@ Defaults to 300 seconds (5 minutes).
9090### Example with Both Blocking and Warnings
9191` ` ` yaml
9292- name : Upload to Data Theorem with blocking on high and warnings on medium vulnerabilities
93- uses : datatheorem/datatheorem-mobile-secure-action@v2.3 .1
93+ uses : datatheorem/datatheorem-mobile-secure-action@v2.5 .1
9494 with :
9595 UPLOAD_BINARY_PATH : " ./app/build/outputs/apk/debug/app-debug.apk"
9696 DT_UPLOAD_API_KEY : ${{ secrets.DT_UPLOAD_API_KEY }}
@@ -123,7 +123,7 @@ jobs:
123123 - name : Build debug APK
124124 run : bash ./gradlew assembleDebug
125125 - name : Upload to Data Theorem
126- uses : datatheorem/datatheorem-mobile-secure-action@v2.3 .1
126+ uses : datatheorem/datatheorem-mobile-secure-action@v2.5 .1
127127 with :
128128 UPLOAD_BINARY_PATH : " ./app/build/outputs/apk/debug/app-debug.apk"
129129 DT_UPLOAD_API_KEY : ${{ secrets.DT_UPLOAD_API_KEY }}
0 commit comments