File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
20
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
21
21
22
22
- name : Trunk Check
23
23
uses : ./ # external users, use: trunk-io/trunk-action@v1
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
19
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
20
20
21
21
- name : Trunk Check
22
22
uses : ./ # external users, use: trunk-io/trunk-action@v1
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout repository
37
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
37
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
16
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
17
17
18
18
- name : Trunk Check
19
19
uses : ./ # external users, use: trunk-io/trunk-action@v1
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
18
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
19
19
20
20
- name : Trunk Check
21
21
uses : ./ # external users, use: trunk-io/trunk-action@v1
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout code
33
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
33
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
34
34
with :
35
35
persist-credentials : false
36
36
You can’t perform that action at this time.
0 commit comments