This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.repository_owner == 'dart-lang' }}
21
21
steps :
22
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
22
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
23
23
with :
24
24
# Don't automatically mark inactive issues+PRs as stale.
25
25
days-before-stale : -1
Original file line number Diff line number Diff line change 64
64
- name : Convert coverage to lcov
65
65
run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
66
66
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
67
- - uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
67
+ - uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
68
68
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
69
69
with :
70
70
flag-name : os:${{ matrix.os }}/dart:${{ matrix.sdk }}/platform:${{ matrix.platform }}
75
75
if : ${{ always() }}
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
78
+ - uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
79
79
with :
80
80
parallel-finished : true
You can’t perform that action at this time.
0 commit comments