Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
50b3f839e9 bump(vercel): 19606ac1 → b61a2c5f 2026-07-27 18:04:20 +00:00
3 changed files with 118 additions and 203 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
{
"releases-only": [
"crowdstrike-falcon-foundry",
"crowdstrike-falcon-fusion"
]
}

View File

@@ -57,18 +57,13 @@ jobs:
# createCommitOnBranch-based bump so commits are signed by GitHub and
# satisfy the org-level required_signatures ruleset on main.
- uses: anthropics/claude-plugins-community/.github/actions/bump-plugin-shas@9247660a88cf3f49456a2f6464d66fe4ea4f4a77
- uses: anthropics/claude-plugins-community/.github/actions/bump-plugin-shas@426e469f322952061102b286b378c0c9733a0934
id: bump
with:
marketplace-path: .claude-plugin/marketplace.json
max-bumps: ${{ inputs.max_bumps || '30' }}
only: ${{ inputs.plugin }}
pr-mode: per-entry
# Entries listed in .github/bump-tracking.json {"releases-only": [...]}
# bump to the latest published release tag's commit instead of HEAD
# (no release / not-ahead / lookup failure -> pin held; see the action
# README). All other entries HEAD-track exactly as before.
tracking-config: .github/bump-tracking.json
claude-cli-version: latest
# Per-entry fan-out: dispatch the three required checks against each bump