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 14
14
- " 18"
15
15
- " *"
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
37
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
38
38
with :
39
39
persist-credentials : false
40
40
You can’t perform that action at this time.
0 commit comments