From 6acb8a9fe362c72684f69856982e7d090e814960 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Fri, 3 Jul 2026 02:42:23 +0530 Subject: [PATCH] chore: Add meta config --- .stepsecurity/meta.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .stepsecurity/meta.json diff --git a/.stepsecurity/meta.json b/.stepsecurity/meta.json new file mode 100644 index 0000000..a1fbc49 --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,16 @@ +{ + "schema_version": "1", + "maintained_action_name": "step-security/backport-github-action", + "upstream_full_repo_name": "sorenlouv/backport-github-action", + "action_type": "node", + "last_release": { + "tag_name": "v11.0.0", + "created_at": "2026-04-22T11:27:17Z", + "published_at": "2026-04-24T00:56:48Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }