Skip to content

Commit 88d64ad

Browse files
committed
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 <[email protected]>
1 parent 50cc558 commit 88d64ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v1
1212
- name: Scan the code
1313
id: scancode
14-
uses: zephyrproject-rtos/action_scancode@v3
14+
uses: zephyrproject-rtos/action_scancode@v4
1515
with:
1616
directory-to-scan: 'scan/'
1717
- name: Artifact Upload

0 commit comments

Comments
 (0)