Skip to content

Commit cccb90b

Browse files
committed
Merge branch 'fix/authenticator/form-field-accessible-names' of https://github.com/aws-amplify/amplify-flutter into fix/authenticator/form-field-accessible-names
2 parents f81873e + 77ba017 commit cccb90b

File tree

138 files changed

+1495
-1024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+1495
-1024
lines changed

.github/dependabot.yaml

Lines changed: 47 additions & 573 deletions
Large diffs are not rendered by default.

.github/workflows/actions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
3030

3131
- name: Setup Dart
32-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
32+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
3333
with:
3434
sdk: 3.9.0
3535

3636
- name: Setup pnpm
37-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # 4.1.0
37+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # 4.2.0
3838
with:
3939
version: 9
4040

@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
6262

6363
- name: Setup Dart
64-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
64+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
6565
with:
6666
sdk: 3.9.0
6767

@@ -130,7 +130,7 @@ jobs:
130130
- name: Git Checkout
131131
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
132132

133-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
133+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
134134
with:
135135
distribution: "corretto" # Amazon Corretto Build of OpenJDK
136136
java-version: "17"

.github/workflows/aft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.name "Amplify Flutter"
3434
3535
- name: Setup Dart
36-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
36+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
3737
with:
3838
sdk: stable
3939

.github/workflows/amplify_canaries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
channel: ${{ matrix.channel }}
4545
flutter-version: ${{ matrix.flutter-version }}
4646

47-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
47+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
4848
with:
4949
distribution: "corretto" # Amazon Corretto Build of OpenJDK
5050
java-version: "17"
@@ -101,7 +101,7 @@ jobs:
101101
channel: ${{ matrix.channel }}
102102
flutter-version: ${{ matrix.flutter-version }}
103103

104-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
104+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
105105
with:
106106
distribution: "corretto" # Amazon Corretto Build of OpenJDK
107107
java-version: "17"

.github/workflows/dart_dart2js.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3434
steps:
3535
- name: Cache Pub dependencies
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
36+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3
3737
with:
3838
path: |
3939
~/.pub-cache/hosted
@@ -51,7 +51,7 @@ jobs:
5151
run: git submodule update --init
5252

5353
- name: Setup Dart
54-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
54+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
5555
with:
5656
sdk: ${{ matrix.sdk }}
5757

.github/workflows/dart_ddc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3434
steps:
3535
- name: Cache Pub dependencies
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
36+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3
3737
with:
3838
path: |
3939
~/.pub-cache/hosted
@@ -51,7 +51,7 @@ jobs:
5151
run: git submodule update --init
5252

5353
- name: Setup Dart
54-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
54+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
5555
with:
5656
sdk: ${{ matrix.sdk }}
5757

.github/workflows/dart_native.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Cache Pub dependencies
29-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
29+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3
3030
with:
3131
path: |
3232
~/.pub-cache/hosted
@@ -48,7 +48,7 @@ jobs:
4848
run: git submodule update --init
4949

5050
- name: Setup Dart
51-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
51+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
5252
with:
5353
sdk: stable
5454

.github/workflows/dart_vm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- sdk: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3030
steps:
3131
- name: Cache Pub dependencies
32-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
32+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # 5.0.3
3333
with:
3434
path: |
3535
~/.pub-cache/hosted
@@ -59,7 +59,7 @@ jobs:
5959
channel: stable
6060

6161
- name: Setup Dart
62-
uses: dart-lang/setup-dart@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # main
62+
uses: dart-lang/setup-dart@21e68f4d54916e6c2f68f8c290b2aed9b02cbd3e # main
6363
with:
6464
sdk: ${{ matrix.sdk }}
6565

.github/workflows/e2e_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242
submodules: true
4343

44-
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
44+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
4545
with:
4646
distribution: "corretto" # Amazon Corretto Build of OpenJDK
4747
java-version: "17"

.github/workflows/flutter_android.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- channel: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
3333
steps:
3434
- name: Setup Java
35-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
35+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
3636
with:
3737
distribution: "corretto" # Amazon Corretto Build of OpenJDK
3838
java-version: "17"
@@ -50,7 +50,7 @@ jobs:
5050
channel: ${{ matrix.channel }}
5151

5252
- name: Setup Java
53-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 5.0.0
53+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
5454
with:
5555
distribution: "corretto" # Amazon Corretto Build of OpenJDK
5656
java-version: "17"

0 commit comments

Comments
 (0)