From a26789425874db85c072b344961d724137dc34e0 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:01:19 +0530 Subject: [PATCH 1/4] sast-scan.yml From 0447301beeba1c82c6cb20f33c61fd39c1f45d17 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:01:23 +0530 Subject: [PATCH 2/4] Updated codeowners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0773923..1be7e0d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @contentstack/security-admin \ No newline at end of file +* @contentstack/security-admin From a2ed0e7c429ea098708048b3fe6a804db84ffda1 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 17 Feb 2025 17:09:19 +0530 Subject: [PATCH 3/4] fix : publish workflow fixed --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 079fd7a..d308bc8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: dart-lang/setup-dart@v1 with: - sdk: 2.19 + sdk: stable - name: Install dependencies run: dart pub get working-directory: . From e3e82e8e3c46fbf5f517aa584c5dba133252cbe3 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 17 Feb 2025 17:56:34 +0530 Subject: [PATCH 4/4] version upgrades done --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f313056..1099cea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ documentation: https://www.contentstack.com/docs/developers/apis/content-deliver environment: # sdk: ">=2.17.6 <3.0.0" - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: dartdoc: ^8.1.0 # dartdoc to generate HTML documentation for your Dart package @@ -19,9 +19,9 @@ dependencies: dev_dependencies: flutter_lints: ^5.0.0 - build_runner: ^2.0.4 - build_test: ^2.1.0 + build_runner: ^2.4.13 + build_test: ^2.2.2 build_web_compilers: ^4.0.11 - json_serializable: ^6.1.5 + json_serializable: ^6.9.0 test: ^1.20.1