Skip to content

Commit

Permalink
Deprecations should not cause exit(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Jul 24, 2024
1 parent f7c4dd3 commit 959829f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action-allowedlist/action_allowedlist/actions_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def invoke_validate_actions(approved_path, actions_configuration):
if approved_output[0].get("deprecated", False):
print(f"Using a deprecated version of {action['actionLink']}")
num_deprecated += 1
found = True
else:
print(
f"::debug::Output versions not approved: {action['actionLink']} version {action['actionVersion']}"
Expand Down

0 comments on commit 959829f

Please sign in to comment.