File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
+ persist-credentials : false
25
26
- name : Setup Go
26
27
uses : actions/setup-go@v5
27
28
with :
47
48
uses : actions/checkout@v4
48
49
with :
49
50
fetch-depth : 0
51
+ persist-credentials : false
50
52
- name : Setup Go
51
53
uses : actions/setup-go@v5
52
54
with :
70
72
uses : actions/checkout@v4
71
73
with :
72
74
fetch-depth : 0
75
+ persist-credentials : false
73
76
- name : Setup Go
74
77
uses : actions/setup-go@v5
75
78
with :
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
+ persist-credentials : false
24
25
- name : Setup Go
25
26
uses : actions/setup-go@v5
26
27
with :
48
49
uses : actions/checkout@v4
49
50
with :
50
51
fetch-depth : 0
52
+ persist-credentials : false
51
53
- name : Get changed mixins
52
54
id : changed-mixins
53
55
uses : step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
90
92
uses : actions/checkout@v4
91
93
with :
92
94
fetch-depth : 0
95
+ persist-credentials : false
93
96
- name : Setup Go
94
97
uses : actions/setup-go@v5
95
98
with :
You can’t perform that action at this time.
0 commit comments