chore: sync settings, security, and workflows with PulseBase - #23
Merged
Conversation
- Bump actions/checkout v4 → v6.0.3 (pinned digest) - Bump gitleaks/gitleaks-action v2 → v3 (pinned digest) - Add claude.yml — Claude Code Action for @claude mentions in issues/PRs - Add sbom.yml — CycloneDX SBOM generation on tag push via Syft - Add release-please.yml — automated changelog and release PRs on master - Add Security checklist section to PR template Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR change?
Syncs
.github/with the PulseBase repo (same owner, same standards) after a gap since PR #22.Changes
Action pin bumps (ci.yml)
actions/checkoutv4 → v6.0.3 (digestdf4cb1c)gitleaks/gitleaks-actionv2 → v3 (digeste0c47f4)New workflows
claude.yml— Claude Code Action; triggers on@claudein issues/PRs (owner-gated)sbom.yml— CycloneDX SBOM via Syft, uploaded as release asset onv*tagsrelease-please.yml— automated changelog + release PR on every master pushPR template
Type of change
plugin.json,commands/,validate-skills.sh)Checklist
pre-commit run --all-filespassesbash scripts/validate-skills.shpassescp claude/*.md plugins/dev/rules/run (for rule changes)CHANGELOG.mdupdated (for new skills or breaking changes)Security