File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- uses : actions/setup-python@v5
35
35
with :
36
36
python-version : " 3.9.x"
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- uses : actions/setup-python@v5
36
36
with :
37
37
python-version : " 3.9.x"
Original file line number Diff line number Diff line change 26
26
run : |
27
27
docker pull ${{ matrix.coherence-image }}:${{ matrix.coherenceVersion }}
28
28
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 30
30
run : |
31
31
docker pull ${{ matrix.coherence-image }}:${{ matrix.coherenceVersion }}
32
32
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Run Trivy vulnerability scanner to scan repo
25
25
uses :
aquasecurity/[email protected]
Original file line number Diff line number Diff line change 33
33
java-version : ' 17'
34
34
distribution : ' zulu'
35
35
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 48
48
java-version : ' 17'
49
49
distribution : ' zulu'
50
50
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
- uses : actions/setup-python@v5
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments