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 1919 runs-on : ubuntu-latest
2020 if : ${{ github.repository == 'flutter/flutter' }}
2121 steps :
22- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
22+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2323 - name : ./bin/flutter test --coverage
2424 run : pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2525 - name : upload coverage
Original file line number Diff line number Diff line change 3030 run : |
3131 echo "COMMIT_SHA=$(echo ${{ github.event.pull_request.merge_commit_sha }})" >> $GITHUB_ENV
3232 - name : Checkout Flutter Repo
33- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
33+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3434 with :
3535 repository : flutteractionsbot/flutter
3636 path : flutter
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 steps :
2020 - name : Checkout Flutter Repo
21- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
21+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2222 with :
2323 repository : flutter/flutter
2424 token : ${{ github.token }}
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
26+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2727 with :
2828 persist-credentials : false
2929
You can’t perform that action at this time.
0 commit comments