mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-03 08:56:19 +00:00
chore: fix type checking and CI workflow (#2)
This commit is contained in:
@@ -157,7 +157,7 @@ class Parser:
|
||||
actions_used: list[ActionRef] = []
|
||||
secrets_used: set[str] = set()
|
||||
|
||||
if is_reusable_call:
|
||||
if is_reusable_call and isinstance(uses, str):
|
||||
# Parse reusable workflow reference
|
||||
workflow_ref = self._parse_reusable_workflow_ref(uses, path)
|
||||
actions_used.append(workflow_ref)
|
||||
|
||||
Reference in New Issue
Block a user