From 5307cf7b6ab5089708113c8716599d16d7dafa46 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Mon, 6 Jul 2026 19:55:42 +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..a67df2b --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": false, + "maintained_action_name": "step-security/commitlint-github-action", + "upstream_full_repo_name": "wagoid/commitlint-github-action", + "action_type": "docker", + "last_release": { + "tag_name": "v6.2.1", + "created_at": "2026-04-21T07:44:52Z", + "published_at": "2026-04-21T08:32:32Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }