chore: community-health files + supply-chain hardening#10
Merged
Conversation
- SHA-pin all GitHub Actions across ci/drift-check/release workflows (checkout v4.3.1, setup-node v4.4.0, github-script v7.1.0) - add .github/dependabot.yml — weekly npm (validate/) + github-actions version updates (minor/patch grouped, majors individual) - add SECURITY.md — routes kit vulns to GitHub private reporting and service vulns to /security; scope notes (no secrets, offline guarantee) - add CONTRIBUTING.md — codifies the openapi.json/samples mirror rule and conformance-gap-vs-PR split; fixes the PR template's dangling link - add CODE_OF_CONDUCT.md — Contributor Covenant 2.1
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.
Public-repo hygiene + supply-chain hardening for the interop kit. No behaviour or contract changes.
Supply-chain
ci.yml,drift-check.yml,release.yml(checkout v4.3.1, setup-node v4.4.0, github-script v7.1.0), each with a# vX.Y.Zcomment..github/dependabot.yml— weekly version updates for npm (validate/) and github-actions; minor/patch grouped, majors individual. (Repo already has Dependabot security updates; this adds proactive version updates and keeps the new SHA pins fresh.)Community health
SECURITY.md— routes kit vulnerabilities to GitHub private vulnerability reporting and live-service issues to/security; scope notes (samples carry no secrets, validator is offline, vendored schemas fixed upstream).CONTRIBUTING.md— codifies the one rule that prevents bad PRs:openapi.jsonandsamples/are mirrored from the backend and must not be hand-edited; conformance gaps go to an issue, not a PR. Also fixes the PR template's previously-danglingCONTRIBUTINGlink.CODE_OF_CONDUCT.md— Contributor Covenant 2.1 (enforcement contact: support@opendpp-node.eu).Verification
actions/*ref resolves to a 40-hex SHA.