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.
This commit is contained in:
Dickson Tsai 2026-05-12 10:05:45 -07:00 committed by GitHub
parent 573ecf32cd
commit 1cf022eba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1819,7 +1819,7 @@
"source": "git-subdir", "source": "git-subdir",
"url": "https://github.com/ServiceNow/sdk.git", "url": "https://github.com/ServiceNow/sdk.git",
"path": "providers/claude/plugin", "path": "providers/claude/plugin",
"ref": "main", "ref": "master",
"sha": "06adf37ca78c270a57f93e7b9dfbb7bf16e24611" "sha": "06adf37ca78c270a57f93e7b9dfbb7bf16e24611"
}, },
"homepage": "https://servicenow.github.io/sdk/" "homepage": "https://servicenow.github.io/sdk/"