File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
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@v4
18
+ uses : actions/checkout@v5
19
19
- name : " Dependency Review"
20
20
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
with :
13
13
lfs : " true"
14
14
- uses : actions/setup-node@v5
32
32
deployments : " write"
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
lfs : " true"
38
38
- uses : actions/setup-node@v5
99
99
runs-on : ubuntu-latest
100
100
101
101
steps :
102
- - uses : actions/checkout@v4
102
+ - uses : actions/checkout@v5
103
103
with :
104
104
lfs : " true"
105
105
- uses : actions/setup-node@v5
Original file line number Diff line number Diff line change 18
18
deployments : " write"
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Use Node.js
23
23
uses : actions/setup-node@v5
24
24
with :
Original file line number Diff line number Diff line change 19
19
app-id : ${{ vars.INTEGRATIONS_APP_ID }}
20
20
private-key : ${{ secrets.INTEGRATIONS_APP_PRIVATE_KEY }}
21
21
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
token : ${{ steps.generate-token.outputs.token }}
25
25
You can’t perform that action at this time.
0 commit comments