From 7120a2be9a2a67b667b7c76c9f244f825e659e76 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Fri, 3 Jul 2026 13:30:17 +0530 Subject: [PATCH] chore: Add meta config --- .stepsecurity/meta.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .stepsecurity/meta.json diff --git a/.stepsecurity/meta.json b/.stepsecurity/meta.json new file mode 100644 index 0000000..597beaf --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": true, + "maintained_action_name": "step-security/trigger-workflow-and-wait", + "upstream_full_repo_name": "convictional/trigger-workflow-and-wait", + "action_type": "docker", + "last_release": { + "tag_name": "v1.6.7", + "created_at": "2026-05-15T15:31:22Z", + "published_at": "2026-05-16T01:42:32Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }