File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
egress-policy : audit
34
34
- name : Checkout repository
35
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
36
36
with :
37
37
submodules : ' recursive'
38
38
- name : Install Perl
Original file line number Diff line number Diff line change 18
18
runs-on : windows-latest
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
21
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
22
22
with :
23
23
submodules : ' recursive'
24
24
- name : Setup MSBuild
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
19
19
with :
20
20
fetch-depth : 0
21
21
submodules : ' recursive'
46
46
runs-on : windows-latest
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
49
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
50
50
with :
51
51
fetch-depth : 0
52
52
submodules : ' recursive'
You can’t perform that action at this time.
0 commit comments