File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
41
41
- name : Initialize CodeQL
42
42
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 11
11
node-version : [18.x, 20.x, 22.x]
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
16
uses : actions/setup-node@v4
17
17
with :
26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : Use Node.js from .node-version
31
31
uses : actions/setup-node@v4
32
32
with :
38
38
runs-on : ubuntu-latest
39
39
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
with :
43
43
fetch-depth : 1
44
44
- name : Build docker image
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 1
16
16
- name : Build docker image
You can’t perform that action at this time.
0 commit comments