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 31
31
runs-on : ubuntu-latest
32
32
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : " 3.11.x"
Original file line number Diff line number Diff line change 23
23
- /home/runner/work/coherence-py-client/coherence-py-client:/repo
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Trivy Scan
29
29
run : trivy fs --exit-code 1 --skip-dirs "/repo/tests/java" /repo
Original file line number Diff line number Diff line change 33
33
java-version : ' 11'
34
34
distribution : ' zulu'
35
35
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- uses : actions/setup-python@v4
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments