17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- 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
21
21
with :
22
22
access_token : ${{ github.token }}
23
23
65
65
sdk : beta
66
66
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
70
70
- uses : actions/setup-java@v3
71
71
if : ${{ matrix.target == 'android' }}
@@ -103,6 +103,7 @@ jobs:
103
103
run : |
104
104
cd flutter
105
105
flutter test --coverage --test-randomize-ordering-seed=random
106
+ dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
106
107
107
108
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
108
109
if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
@@ -160,7 +161,7 @@ jobs:
160
161
run :
161
162
working-directory : ./flutter
162
163
steps :
163
- - uses : actions/checkout@v3
164
+ - uses : actions/checkout@v4
164
165
# https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879
165
166
- run : pod lib lint ios/sentry_flutter.podspec --configuration=Debug --skip-import-validation --allow-warnings --verbose
166
167
@@ -171,7 +172,7 @@ jobs:
171
172
run :
172
173
working-directory : ./flutter
173
174
steps :
174
- - uses : actions/checkout@v3
175
+ - uses : actions/checkout@v4
175
176
-
uses :
norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # [email protected]
176
177
with :
177
178
args : --strict
@@ -183,10 +184,10 @@ jobs:
183
184
run :
184
185
working-directory : ./flutter
185
186
steps :
186
- - uses : actions/checkout@v3
187
+ - uses : actions/checkout@v4
187
188
188
189
- name : ktlint
189
- uses : ScaCap/action-ktlint@2cf245b99bc91f73bc4c96a3d9d57bb5da3533ae # pin@1.7.1
190
+ uses : ScaCap/action-ktlint@0ff81efa49425bd0df46caabd8005aafdc8f2cf2 # pin@1.8.0
190
191
with :
191
192
github_token : ${{ secrets.github_token }}
192
193
reporter : github-pr-review
@@ -197,7 +198,7 @@ jobs:
197
198
runs-on : ubuntu-latest
198
199
timeout-minutes : 20
199
200
steps :
200
- - uses : actions/checkout@v3
201
+ - uses : actions/checkout@v4
201
202
# To recreate baseline run: detekt -i flutter/android,flutter/example/android -b flutter/config/detekt-bl.xml -cb
202
203
-
uses :
natiginfo/action-detekt-all@e01de6ff0eef7c24131e8a133bf598cfac6ceeab # [email protected]
203
204
with :
0 commit comments