From 82e0066601b033725ffc56c24ec439853daa6814 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 20 Feb 2020 22:04:24 +0200 Subject: [PATCH] ci: support license check with topic branch with v3 When determining added files, support branches other than master. Signed-off-by: Anas Nashif --- .github/workflows/license_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index 9ece6590145..443bed9b182 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -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