Skip to content

Commit 2c2ce9f

Browse files
stephanosionandojve
authored andcommitted
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 78c5567 commit 2c2ce9f

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
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- name: Scan the code
1212
id: scancode
13-
uses: zephyrproject-rtos/action_scancode@v2
13+
uses: zephyrproject-rtos/action_scancode@v4
1414
with:
1515
directory-to-scan: 'scan/'
1616
- name: Artifact Upload

0 commit comments

Comments
 (0)