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:
Anas Nashif 2020-02-20 22:04:24 +02:00 committed by Kumar Gala
commit 82e0066601

View file

@ -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