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
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 :
0 commit comments