File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
steps :
46
46
- name : Checkout repository
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : " Checkout Repository"
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : " Dependency Review"
23
23
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Cache
26
26
uses : actions/cache@v4
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Cache
24
24
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments