Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/subosito/flutter-a…
Browse files Browse the repository at this point in the history
…ction-2.11.0
  • Loading branch information
khatruong2009 authored Oct 20, 2023
2 parents cb3715b + 07fcfe1 commit 54c3d54
Show file tree
Hide file tree
Showing 74 changed files with 504 additions and 731 deletions.
1 change: 1 addition & 0 deletions .github/composite_actions/log_cw_metric/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ inputs:
job-status:
description: Used to determine if we track success or failure.
required: true
# Temporarily ignored - see comments for failingStep in log_cw_metric.dart
github-token:
required: true
description: Github token for requesting failing steps.
Expand Down
714 changes: 123 additions & 591 deletions .github/composite_actions/log_cw_metric/dist/main.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .github/composite_actions/log_cw_metric/dist/main.cjs.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
job-status: ${{ inputs.job-status }}
github-token: ${{ inputs.github-token }}

metric-name: "github_metric_1.0"
metric-name: "github_metric_2.0"
test-type: ${{ inputs.test-type }}
working-directory: ${{ inputs.working-directory }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_plugin_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*'
- 'packages/common/amplify_db_common_dart/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_native_legacy_wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- 'packages/amplify_native_legacy_wrapper/lib/**/*'
- 'packages/amplify_native_legacy_wrapper/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications_pinpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/storage/amplify_storage_s3_dart/lib/**/*.dart'
- 'packages/storage/amplify_storage_s3_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
- 'packages/storage/amplify_storage_s3_dart/lib/**/*'
- 'packages/storage/amplify_storage_s3_dart/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- 'packages/aws_common/lib/**/*'
- 'packages/aws_common/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_0_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_0_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_1_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_1_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_query_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_query_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 54c3d54

Please sign in to comment.