ci: support license check with topic branch with v3
When determining added files, support branches other than master. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b01cd4c7bb
commit
82e0066601
1 changed files with 1 additions and 1 deletions
2
.github/workflows/license_check.yml
vendored
2
.github/workflows/license_check.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
- name: Scan the code
|
||||
id: scancode
|
||||
uses: zephyrproject-rtos/action_scancode@v2
|
||||
uses: zephyrproject-rtos/action_scancode@v3
|
||||
with:
|
||||
directory-to-scan: 'scan/'
|
||||
- name: Artifact Upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue