ci: license_check: Update to scancode action v4

This commit updates the license check workflow to use the v4 release
of the scancode action, which uses a more recent scancode version.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-03-30 03:56:03 +09:00 committed by Gerson Fernando Budke
parent 78c5567c05
commit 2c2ce9f449
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- name: Scan the code
id: scancode
uses: zephyrproject-rtos/action_scancode@v2
uses: zephyrproject-rtos/action_scancode@v4
with:
directory-to-scan: 'scan/'
- name: Artifact Upload