zephyr/.github
Maureen Helm 2e828eb6e7 ci: Fix license check false pass
The license check workflow quietly stopped working after commit
8f66f854c3. Upgrading the checkout action
changed default behavior to only fetch one commit instead of all history
for all branches, which caused an uncaught fatal error in the scancode
action:

fatal: ambiguous argument 'origin/main..': unknown revision or path not
in the working tree.

The scancode action then completed successfully having not actually
checked anything.

Fix this by setting the checkout action fetch depth to 0, similar to
other workflows.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2023-10-23 10:36:53 +02:00
..
ISSUE_TEMPLATE github: issue templates: remove hardware support template 2023-08-31 11:04:09 +03:00
workflows ci: Fix license check false pass 2023-10-23 10:36:53 +02:00
license_config.yml ci: add license check using github actions 2020-02-09 11:55:56 -05:00
SECURITY.md github: security: Fix supported versions 2023-10-18 09:44:44 +03:00