Skip to content

chore: add CI and security workflows#12

Merged
fernandofatech merged 1 commit into
mainfrom
chore/add-ci-security-workflows
May 16, 2026
Merged

chore: add CI and security workflows#12
fernandofatech merged 1 commit into
mainfrom
chore/add-ci-security-workflows

Conversation

@fernandofatech
Copy link
Copy Markdown
Owner

Summary\n- adds pnpm build and dependency audit workflow\n- adds CodeQL and dependency review security workflow\n\n## Validation\n- workflow YAML committed for GitHub Actions execution

Copilot AI review requested due to automatic review settings May 16, 2026 02:21
@vercel
Copy link
Copy Markdown

vercel Bot commented May 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
queue-advisor-pricing-app Ready Ready Preview, Comment, Open in v0 May 16, 2026 2:22am

@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.

@fernandofatech fernandofatech merged commit f64d094 into main May 16, 2026
6 of 7 checks passed
@fernandofatech fernandofatech deleted the chore/add-ci-security-workflows branch May 16, 2026 02:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds GitHub Actions workflows to provide baseline CI and security scanning for the repository’s Next.js frontend.

Changes:

  • Introduces a CI workflow to install dependencies with pnpm, build the frontend, and run dependency audits.
  • Introduces a Security workflow to run Dependency Review on PRs and CodeQL analysis on PRs/pushes/schedule.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ci.yml Adds pnpm-based install/build and runs vulnerability audits.
.github/workflows/security.yml Adds Dependency Review (PR-only) and CodeQL scanning (PR/push/scheduled).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm audit --audit-level moderate
- run: npm audit --audit-level=moderate
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.

3 participants