From 1cf022eba106dce65cd2ce28a42d34d1b2874acf Mon Sep 17 00:00:00 2001 From: Dickson Tsai Date: Tue, 12 May 2026 10:05:45 -0700 Subject: [PATCH] Fix servicenow-sdk ref: ServiceNow/sdk uses master, not main (#1830) The ServiceNow/sdk repository's default branch is 'master' and there is no 'main' branch. The pinned SHA (06adf37) is the current head of 'master'. Update the ref so future SHA bumps target the correct branch. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index de77fce..b639939 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1819,7 +1819,7 @@ "source": "git-subdir", "url": "https://github.com/ServiceNow/sdk.git", "path": "providers/claude/plugin", - "ref": "main", + "ref": "master", "sha": "06adf37ca78c270a57f93e7b9dfbb7bf16e24611" }, "homepage": "https://servicenow.github.io/sdk/"