Skip to content

Commit

Permalink
ci: support license check with topic branch with v3
Browse files Browse the repository at this point in the history
When determining added files, support branches other than master.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and galak committed Feb 21, 2020
1 parent b01cd4c commit 82e0066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e0066

Please sign in to comment.