From 793d1dcbfa824be094ea5e1d4a8461a531d47860 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Mon, 6 Jul 2026 19:19:38 +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..df64665 --- /dev/null +++ b/.stepsecurity/meta.json @@ -0,0 +1,18 @@ +{ + "schema_version": "1", + "onboarding_type": "copied", + "archived": false, + "maintained_action_name": "step-security/cypress-io-github-action", + "upstream_full_repo_name": "cypress-io/github-action", + "action_type": "node", + "last_release": { + "tag_name": "v7.4.1", + "created_at": "2026-07-01T16:20:55Z", + "published_at": "2026-07-01T18:43:46Z" + }, + "sync": { + "ignore_presets": [ + "defaults_v1" + ] + } + }