Skip to content

setup GitHub Actions CI/CD pipeline #428

Merged
Raamgopal8 merged 2 commits into
KaranUnique:mainfrom
omkarhole:ci/github-actions-pipeline-414
Mar 10, 2026
Merged

setup GitHub Actions CI/CD pipeline #428
Raamgopal8 merged 2 commits into
KaranUnique:mainfrom
omkarhole:ci/github-actions-pipeline-414

Conversation

@omkarhole

Copy link
Copy Markdown
Contributor

📊 Configuration Files

The following configuration files were added to implement the CI/CD pipeline:

  • .github/workflows/ci.yml – Runs linting, unit tests, build verification, and bundle size checks.
  • .github/workflows/cd.yml – Handles automated deployments to staging and production using Vercel and builds Docker images.
  • .github/workflows/security.yml – Performs security scans including dependency audit, CodeQL, Snyk, secret detection, and license checks.
  • .github/workflows/quality.yml – Runs code quality checks such as complexity analysis, Lighthouse performance audits, accessibility testing, and type validation.

closes: #414

@KaranUnique plz review it

@vercel

vercel Bot commented Mar 5, 2026

Copy link
Copy Markdown

@omkarhole is attempting to deploy a commit to the Karan Manickam's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-advanced-security

Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@Raamgopal8 Raamgopal8 merged commit ddd0b33 into KaranUnique:main Mar 10, 2026
10 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Actions CI/CD Pipeline Setup

3 participants