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 35
35
steps :
36
36
# Checkout the repository to the GitHub Actions runner
37
37
- name : Checkout code
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
41
41
- 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
You can’t perform that action at this time.
0 commit comments