Skip to content

ci: establish automated security and dependency scanning workflow#4850

Open
basantnema31 wants to merge 2 commits into
JhaSourav07:mainfrom
basantnema31:fix-ci-security
Open

ci: establish automated security and dependency scanning workflow#4850
basantnema31 wants to merge 2 commits into
JhaSourav07:mainfrom
basantnema31:fix-ci-security

Conversation

@basantnema31
Copy link
Copy Markdown

Resolves #4780. This PR adds a comprehensive security CI workflow to the repository. It introduces Dependabot configuration for NPM and GitHub Actions, integrates CodeQL for static application security testing, and adds an NPM audit step to the existing CI pipeline.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 7, 2026

Someone is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jun 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

🚨 Hey @basantnema31, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CRITICAL: Establish Automated CI Workflow for Security and Dependency Scanning

2 participants