File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
14
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
15
- name : check
16
16
run : ./gradlew check
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : checkout
11
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
11
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12
12
- name : check
13
13
run : ./gradlew detekt
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
16
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
17
with :
18
18
fetch-depth : 0
19
19
You can’t perform that action at this time.
0 commit comments