Skip to content

Commit 59d9b0f

Browse files
authored
Chore(): dependabot fixes (#6187)
1 parent 41fc9d2 commit 59d9b0f

File tree

51 files changed

+14877
-7997
lines changed

Some content is hidden

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

51 files changed

+14877
-7997
lines changed

.github/composite_actions/install_dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15-
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # 2.10.0
15+
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
1616
with:
1717
cache: true
1818
channel: ${{ inputs.channel }}

.github/composite_actions/log_cw_metric_wrapper/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inputs:
5353
runs:
5454
using: "composite"
5555
steps:
56-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
56+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
5757
if: env.SKIP_CW != 'true'
5858
with:
5959
persist-credentials: false

.github/workflows/actions.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Git Checkout
29-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
29+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
3030

3131
- name: Setup Dart
32-
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
32+
uses: dart-lang/setup-dart@c8d9f105c780f626b21f6929fec7e8162014f5ad # main
3333
with:
3434
sdk: 3.8.0
3535

3636
- name: Setup pnpm
37-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # 4.0.0
37+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # 4.0.0
3838
with:
3939
version: 9
4040

@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Git Checkout
61-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
61+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
6262

6363
- name: Setup Dart
64-
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
64+
uses: dart-lang/setup-dart@c8d9f105c780f626b21f6929fec7e8162014f5ad # main
6565
with:
6666
sdk: 3.8.0
6767

@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ${{ matrix.os }}
9393
steps:
9494
- name: Git Checkout
95-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
95+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
9696

9797
- name: Test
9898
uses: ./.github/composite_actions/setup_chromedriver
@@ -115,7 +115,7 @@ jobs:
115115
- "17.5"
116116
steps:
117117
- name: Git Checkout
118-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
118+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
119119

120120
- name: Launch Simulator (iOS ${{ matrix.ios-version }})
121121
uses: ./.github/composite_actions/launch_ios_simulator
@@ -127,9 +127,9 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- name: Git Checkout
130-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
130+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
131131

132-
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
132+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
133133
with:
134134
distribution: "corretto" # Amazon Corretto Build of OpenJDK
135135
java-version: "17"

.github/workflows/aft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Git Checkout
25-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
2626
with:
2727
submodules: true
2828

@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.name "Amplify Flutter"
3434
3535
- name: Setup Dart
36-
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
36+
uses: dart-lang/setup-dart@c8d9f105c780f626b21f6929fec7e8162014f5ad # main
3737
with:
3838
sdk: stable
3939

.github/workflows/amplify_canaries.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- channel: "stable"
3535
flutter-version: "3.32.0"
3636
steps:
37-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
37+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
3838
with:
3939
persist-credentials: false
4040

@@ -44,7 +44,7 @@ jobs:
4444
channel: ${{ matrix.channel }}
4545
flutter-version: ${{ matrix.flutter-version }}
4646

47-
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
47+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
4848
with:
4949
distribution: "corretto" # Amazon Corretto Build of OpenJDK
5050
java-version: "17"
@@ -90,7 +90,7 @@ jobs:
9090
- channel: "stable"
9191
flutter-version: "3.32.0"
9292
steps:
93-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
93+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
9494
with:
9595
persist-credentials: false
9696
submodules: true
@@ -101,7 +101,7 @@ jobs:
101101
channel: ${{ matrix.channel }}
102102
flutter-version: ${{ matrix.flutter-version }}
103103

104-
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
104+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
105105
with:
106106
distribution: "corretto" # Amazon Corretto Build of OpenJDK
107107
java-version: "17"
@@ -167,7 +167,7 @@ jobs:
167167
- "15.0"
168168
- "17.5"
169169
steps:
170-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
170+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
171171
with:
172172
persist-credentials: false
173173
submodules: true

.github/workflows/dart_dart2js.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
os:ubuntu-latest
4646
4747
- name: Git Checkout
48-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
48+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
4949

5050
- name: Git Submodules
5151
run: git submodule update --init
5252

5353
- name: Setup Dart
54-
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
54+
uses: dart-lang/setup-dart@c8d9f105c780f626b21f6929fec7e8162014f5ad # 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
@@ -45,13 +45,13 @@ jobs:
4545
os:ubuntu-latest
4646
4747
- name: Git Checkout
48-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
48+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
4949

5050
- name: Git Submodules
5151
run: git submodule update --init
5252

5353
- name: Setup Dart
54-
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
54+
uses: dart-lang/setup-dart@c8d9f105c780f626b21f6929fec7e8162014f5ad # 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
@@ -42,13 +42,13 @@ jobs:
4242
run: git config --system core.longpaths true
4343

4444
- name: Git Checkout
45-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
45+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
4646

4747
- name: Git Submodules
4848
run: git submodule update --init
4949

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

.github/workflows/dart_vm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
os:ubuntu-latest
4242
4343
- name: Git Checkout
44-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
44+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
4545

4646
- name: Git Submodules
4747
run: git submodule update --init
@@ -53,13 +53,13 @@ jobs:
5353
# TODO(dnys1): Create mapping of Flutter->Dart versions so we can just use Dart
5454
# vended by Flutter.
5555
- name: Setup Flutter
56-
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # 2.10.0
56+
uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
5757
with:
5858
cache: true
5959
channel: stable
6060

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

.github/workflows/e2e_android.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
3737

3838
steps:
39-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
39+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
4040
with:
4141
persist-credentials: false
4242
submodules: true
4343

44-
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
44+
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
4545
with:
4646
distribution: "corretto" # Amazon Corretto Build of OpenJDK
4747
java-version: "17"

0 commit comments

Comments
 (0)