File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
echo "$HOME/.local/bin" >> $GITHUB_PATH
13
13
14
14
- name : Checkout the code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
ref : ${{ github.event.pull_request.head.sha }}
18
18
fetch-depth : 0
19
19
20
20
- name : cache-pip
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : ~/.cache/pip
24
24
key : ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/compliance.yml') }}
61
61
-e KconfigBasicNoModules -e ModulesMaintainers -c origin/${BASE_REF}..
62
62
63
63
- name : upload-results
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
continue-on-error : true
66
66
with :
67
67
name : compliance.xml
Original file line number Diff line number Diff line change 8
8
name : Scan code for licenses
9
9
steps :
10
10
- name : Checkout the code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : Scan the code
17
17
with :
18
18
directory-to-scan : ' scan/'
19
19
- name : Artifact Upload
20
- uses : actions/upload-artifact@v3
20
+ uses : actions/upload-artifact@v4
21
21
with :
22
22
name : scancode
23
23
path : ./artifacts
You can’t perform that action at this time.
0 commit comments