feat: Add dependency review workflow and CODEOWNERS#6
Merged
vijayCarta merged 1 commit intomainfrom Mar 31, 2026
Merged
Conversation
- Add local dependency-review.yml using actions/dependency-review-action since org-level required workflow can't run on public repos - Add CODEOWNERS assigning @carta/ai-artifacts as default owners - Supports re-enabling org-level reviewer and code owner rulesets 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issues.github/workflows/dependency-review.yml
OpenSSF Scorecard
Scanned Files
|
troyharvey
approved these changes
Mar 31, 2026
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.
Summary
dependency-review.ymlworkflow usingactions/dependency-review-action@v4since the org-level required workflow references a private repo that public repos cannot accessCODEOWNERSfile assigning@carta/ai-artifactsas default owners for all filesChanges Made
.github/workflows/dependency-review.yml— Runs on PRs targetingmain, fails on moderate+ severity vulnerabilities, and posts a comment summary on every PRCODEOWNERS— Sets@carta/ai-artifactsas the default code owner, enabling GitHub's code owner ruleset for review requirementsTest plan
@carta/ai-artifactsRelated
🤖 Generated with Claude Code