From 30aca6846e858ef5519cda143951cc24b95af170 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Mon, 6 Jul 2026 19:20:16 +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..7d203e5 --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": true, + "maintained_action_name": "step-security/github-action-markdown-link-check", + "upstream_full_repo_name": "gaurav-nelson/github-action-markdown-link-check", + "action_type": "docker", + "last_release": { + "tag_name": "v1.0.19", + "created_at": "2026-04-03T07:15:35Z", + "published_at": "2026-04-07T03:49:37Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }