From bfe7066fa00dddf908d14d1438b2d97425524407 Mon Sep 17 00:00:00 2001 From: Fei Chen Date: Tue, 9 Jun 2026 17:00:45 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cd9666..30522f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ + # 2.18.0 - Update JS libraries in SDK and E2E app +- [#475](https://github.com/okta/okta-react-native/pull/475) Update AGP and gradle # 2.17.0 - Don't follow redirects for OkHttp. This fixes MFA issues when using classic Okta and session token login. From 51ae4377797e5471b594ff4f9ab807aa9ce46ce1 Mon Sep 17 00:00:00 2001 From: Fei Chen Date: Wed, 10 Jun 2026 10:45:37 -0700 Subject: [PATCH 2/2] remove deprecated sast scan --- .bacon.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bacon.yml b/.bacon.yml index eacc07e4..28a3b7bc 100644 --- a/.bacon.yml +++ b/.bacon.yml @@ -20,11 +20,3 @@ test_suites: script_name: publish criteria: MERGE queue_name: ci-queue-productionJenga-AL2023 - - name: sast_scan - script_path: /root/okta/okta-react-native/scripts - script_name: sast_scan - sort_order: '4' - timeout: '200' - criteria: MERGE - queue_name: small - trigger: AUTO