From 26fff74cef08e40294f3e467a85bd2ddbf65e3c3 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Fri, 3 Jul 2026 13:30:20 +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..ddb1adc --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": false, + "maintained_action_name": "step-security/claude-code-action/base-action", + "upstream_full_repo_name": "anthropics/claude-code-base-action", + "action_type": "composite", + "last_release": { + "tag_name": "v1.0.146", + "created_at": "2026-06-16T06:32:51Z", + "published_at": "2026-06-16T15:36:19Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }