Skip to content

Commit e888f6f

Browse files
committed
Merge branch 'main' into feat/hive
2 parents 9e02a29 + 9aa4e24 commit e888f6f

36 files changed

+1388
-116
lines changed

.github/workflows/analyze.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Cancel Previous Runs
22-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
22+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2323
with:
2424
access_token: ${{ github.token }}
2525

@@ -31,8 +31,8 @@ jobs:
3131
run:
3232
working-directory: ${{ inputs.package }}
3333
steps:
34-
- uses: actions/checkout@v3
35-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
34+
- uses: actions/checkout@v4
35+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
3636
if: ${{ inputs.sdk == 'dart' }}
3737
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
3838
if: ${{ inputs.sdk == 'flutter' }}
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
timeout-minutes: 20
6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363
- name: Apply dependency override
6464
if: ${{ inputs.package == 'flutter' }}
6565
working-directory: ${{ inputs.package }}

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
21+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -41,10 +41,10 @@ jobs:
4141
- os: macos-latest
4242
sdk: beta
4343
steps:
44-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
44+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
4545
with:
4646
sdk: ${{ matrix.sdk }}
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- name: Test (VM and browser)
5050
run: |

.github/workflows/diagrams.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
name: "Create class diagrams of all packages"
99
steps:
10-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
10+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
1111
with:
1212
sdk: stable
1313

14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: dependencies
1717
run: |

.github/workflows/dio.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
21+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -41,10 +41,10 @@ jobs:
4141
- os: macos-latest
4242
sdk: beta
4343
steps:
44-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
44+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
4545
with:
4646
sdk: ${{ matrix.sdk }}
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- name: Test (VM and browser)
5050
run: |

.github/workflows/e2e_dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Cancel Previous Runs
26-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
26+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2727
with:
2828
access_token: ${{ github.token }}
2929

@@ -39,10 +39,10 @@ jobs:
3939
matrix:
4040
sdk: [stable, beta]
4141
steps:
42-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
42+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
4343
with:
4444
sdk: ${{ matrix.sdk }}
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
- name: Run
4747
if: env.SENTRY_AUTH_TOKEN != null
4848
run: |

.github/workflows/file.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
21+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -41,10 +41,10 @@ jobs:
4141
- os: macos-latest
4242
sdk: beta
4343
steps:
44-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
44+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
4545
with:
4646
sdk: ${{ matrix.sdk }}
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- name: Test VM
5050
run: |

.github/workflows/flutter-symbols.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
24+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
2525

2626
- run: dart pub get
2727

@@ -31,9 +31,9 @@ jobs:
3131
needs: [test]
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535

36-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
36+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
3737

3838
- run: dart pub get
3939

.github/workflows/flutter.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
21+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -66,7 +66,7 @@ jobs:
6666
sdk: beta
6767

6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070

7171
- uses: actions/setup-java@v3
7272
if: ${{ matrix.target == 'android' }}
@@ -104,6 +104,7 @@ jobs:
104104
run: |
105105
cd flutter
106106
flutter test --coverage --test-randomize-ordering-seed=random
107+
dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
107108
108109
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
109110
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
@@ -161,7 +162,7 @@ jobs:
161162
run:
162163
working-directory: ./flutter
163164
steps:
164-
- uses: actions/checkout@v3
165+
- uses: actions/checkout@v4
165166
# https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879
166167
- run: pod lib lint ios/sentry_flutter.podspec --configuration=Debug --skip-import-validation --allow-warnings --verbose
167168

@@ -172,7 +173,7 @@ jobs:
172173
run:
173174
working-directory: ./flutter
174175
steps:
175-
- uses: actions/checkout@v3
176+
- uses: actions/checkout@v4
176177
- uses: norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # pin@3.2.1
177178
with:
178179
args: --strict
@@ -184,10 +185,10 @@ jobs:
184185
run:
185186
working-directory: ./flutter
186187
steps:
187-
- uses: actions/checkout@v3
188+
- uses: actions/checkout@v4
188189

189190
- name: ktlint
190-
uses: ScaCap/action-ktlint@2cf245b99bc91f73bc4c96a3d9d57bb5da3533ae # pin@1.7.1
191+
uses: ScaCap/action-ktlint@0ff81efa49425bd0df46caabd8005aafdc8f2cf2 # pin@1.8.0
191192
with:
192193
github_token: ${{ secrets.github_token }}
193194
reporter: github-pr-review
@@ -198,7 +199,7 @@ jobs:
198199
runs-on: ubuntu-latest
199200
timeout-minutes: 20
200201
steps:
201-
- uses: actions/checkout@v3
202+
- uses: actions/checkout@v4
202203
# To recreate baseline run: detekt -i flutter/android,flutter/example/android -b flutter/config/detekt-bl.xml -cb
203204
- uses: natiginfo/action-detekt-all@e01de6ff0eef7c24131e8a133bf598cfac6ceeab # pin@1.21.0
204205
with:

.github/workflows/flutter_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
20+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
2121
with:
2222
access_token: ${{ github.token }}
2323

@@ -33,7 +33,7 @@ jobs:
3333
sdk: ["stable", "beta"]
3434
steps:
3535
- name: checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- uses: actions/setup-java@v3
3939
with:
@@ -120,7 +120,7 @@ jobs:
120120
target: ["ios", "macos"]
121121
steps:
122122
- name: checkout
123-
uses: actions/checkout@v3
123+
uses: actions/checkout@v4
124124

125125
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
126126
with:
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
case "${{ matrix.target }}" in
143143
ios)
144-
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4)
144+
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-17-0)
145145
xcrun simctl boot ${device}
146146
echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT"
147147
;;

.github/workflows/format-and-fix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Cancel Previous Runs
9-
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # pin@0.11.0
9+
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # pin@0.12.0
1010
with:
1111
access_token: ${{ github.token }}
1212

@@ -29,8 +29,8 @@ jobs:
2929
run:
3030
working-directory: ${{ matrix.package.name }}
3131
steps:
32-
- uses: actions/checkout@v3
33-
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d # pin@v1
32+
- uses: actions/checkout@v4
33+
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # pin@v1
3434
if: ${{ matrix.package.sdk == 'dart' }}
3535
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
3636
if: ${{ matrix.package.sdk == 'flutter' }}

0 commit comments

Comments
 (0)