File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
# Checkout the repository to the GitHub Actions runner
26
26
- name : Checkout code
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
30
30
- name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3.6 .0
12
+ - uses : actions/checkout@v4.0 .0
13
13
with :
14
14
fetch-depth : 0
15
15
Original file line number Diff line number Diff line change 30
30
python-version : ' 3.11'
31
31
32
32
steps :
33
- - uses : actions/checkout@v3.6 .0
33
+ - uses : actions/checkout@v4.0 .0
34
34
- name : Set up Python ${{ matrix.python-version }}
35
35
uses : actions/setup-python@v4.7.0
36
36
with :
Original file line number Diff line number Diff line change 9
9
sync-readme :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
You can’t perform that action at this time.
0 commit comments