File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3.3 .0
19
+ uses : actions/checkout@v3.5 .0
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
63
63
- 6379:6379
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@v3.3 .0
66
+ uses : actions/checkout@v3.5 .0
67
67
- name : Set up Python
68
68
uses : actions/setup-python@v4
69
69
with :
82
82
runs-on : ubuntu-latest
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@v3.3 .0
85
+ uses : actions/checkout@v3.5 .0
86
86
- name : Install sphinx
87
87
run : pip install sphinx
88
88
- name : Documentation
Original file line number Diff line number Diff line change 11
11
# Scan runs on ubuntu, mac and windows
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3.3 .0
14
+ - uses : actions/checkout@v3.5 .0
15
15
# Instructions
16
16
# 1. Setup JDK, Node.js, Python etc depending on your project type
17
17
# 2. Compile or build the project before invoking scan
You can’t perform that action at this time.
0 commit comments