From fafb924641208326a15f951c10bd46cc2379ea67 Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 9 Dec 2025 12:42:01 +0530 Subject: [PATCH 1/6] Update device --- android/testng-examples/browserstack.yml | 8 ++++---- ios/testng-examples/browserstack.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/testng-examples/browserstack.yml b/android/testng-examples/browserstack.yml index 8451886..7975029 100644 --- a/android/testng-examples/browserstack.yml +++ b/android/testng-examples/browserstack.yml @@ -39,11 +39,11 @@ platforms: - deviceName: Samsung Galaxy S22 Ultra osVersion: 12.0 platformName: android - - deviceName: Samsung Galaxy S21 - osVersion: 11.0 + - deviceName: Google Pixel 8 Pro + osVersion: 14.0 platformName: android - - deviceName: Google Pixel 6 Pro - osVersion: 12.0 + - deviceName: OnePlus 11R + osVersion: 13.0 platformName: android # ======================= diff --git a/ios/testng-examples/browserstack.yml b/ios/testng-examples/browserstack.yml index 3ed4d02..9d40e19 100644 --- a/ios/testng-examples/browserstack.yml +++ b/ios/testng-examples/browserstack.yml @@ -36,13 +36,13 @@ app: ./BStackSampleApp.ipa # Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate) platforms: - - deviceName: iPhone 14 Pro + - deviceName: iPhone 14 Pro Max osVersion: 16 platformName: ios - - deviceName: iPhone 13 Pro + - deviceName: iPhone XR osVersion: 15 platformName: ios - - deviceName: iPhone 15 Plus + - deviceName: iPhone 15 osVersion: 17 platformName: ios From ea7920be2115085c854bfc8bbf0a9c7a1927a7e3 Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 16 Dec 2025 14:31:22 +0530 Subject: [PATCH 2/6] Run semgrep From c317ad995a7cff7d5c8666b7619c384c2a7f8150 Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 16 Dec 2025 14:36:15 +0530 Subject: [PATCH 3/6] Run semgrep From cb4197f7fb7ffdd73c281087de3fbed520e2f6bc Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Tue, 16 Dec 2025 14:39:42 +0530 Subject: [PATCH 4/6] Run semgrep From 1a076c7797935cad0eb6769b207ea64db986ddcf Mon Sep 17 00:00:00 2001 From: Aditya Mane Date: Thu, 15 Jan 2026 12:04:29 +0530 Subject: [PATCH 5/6] Update iPhone XR --- ios/testng-examples/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/testng-examples/browserstack.yml b/ios/testng-examples/browserstack.yml index 9d40e19..b66443d 100644 --- a/ios/testng-examples/browserstack.yml +++ b/ios/testng-examples/browserstack.yml @@ -39,7 +39,7 @@ platforms: - deviceName: iPhone 14 Pro Max osVersion: 16 platformName: ios - - deviceName: iPhone XR + - deviceName: iPhone 13 osVersion: 15 platformName: ios - deviceName: iPhone 15 From 71e73f10a613a7bb765bde05a1700829a8d5e057 Mon Sep 17 00:00:00 2001 From: bstack-security-github <116066275+bstack-security-github@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:36:05 +0530 Subject: [PATCH 6/6] semgrep workflow: pin Docker image and actions to version tags Pin returntocorp/semgrep container image to a specific version and GitHub Actions to major version tags to prevent :latest tag resolution and reduce supply-chain attack surface. Fixes: LCNC-15821 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/Semgrep.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index 0347afd..95c5710 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -27,8 +27,7 @@ jobs: container: # A Docker image with Semgrep installed. Do not change this. - image: returntocorp/semgrep - + image: returntocorp/semgrep:1.166.0 # Skip any PR created by dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')