File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.repository == 'flutter/flutter' }}
21
21
steps :
22
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
22
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
23
23
- name : ./bin/flutter test --coverage
24
24
run : pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
25
25
- name : upload coverage
Original file line number Diff line number Diff line change 30
30
run : |
31
31
echo "COMMIT_SHA=$(echo ${{ github.event.pull_request.merge_commit_sha }})" >> $GITHUB_ENV
32
32
- name : Checkout Flutter Repo
33
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
33
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
34
34
with :
35
35
repository : flutteractionsbot/flutter
36
36
path : flutter
Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
steps :
20
20
- name : Checkout Flutter Repo
21
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
21
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
22
22
with :
23
23
repository : flutter/flutter
24
24
token : ${{ github.token }}
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : " Checkout code"
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
27
27
with :
28
28
persist-credentials : false
29
29
You can’t perform that action at this time.
0 commit comments