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]') 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..b66443d 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 13 osVersion: 15 platformName: ios - - deviceName: iPhone 15 Plus + - deviceName: iPhone 15 osVersion: 17 platformName: ios