Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #1112

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

pull #1112

wants to merge 7 commits into from

Conversation

starlightretailceo
Copy link

@starlightretailceo starlightretailceo commented Sep 21, 2024

This pull request adds two new GitHub Actions workflows for CodeQL analysis to ensure code quality and security. The workflows are configured to run on specific branches and schedules, and they include steps for initializing CodeQL, checking out the repository, and performing the analysis.

New GitHub Actions Workflows for CodeQL Analysis:

  • Workflow Configuration:
    • Added .github/workflows/code.yml to set up a CodeQL analysis workflow that runs on push and pull_request events for the main branch, and on a weekly schedule.
    • Added .github/workflows/codeql.yml to set up another CodeQL analysis workflow with similar configurations but a different schedule.

These workflows are designed to automatically scan the codebase for vulnerabilities and errors using CodeQL, providing a robust mechanism for maintaining code quality and security.### Motivation and Context

Description

Contribution Checklist

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.
  • I didn't break any existing functionality 😄

Signed-off-by: Mammon Baloch <154027819+starlightretailceo@users.noreply.github.com>
Signed-off-by: Mammon Baloch <154027819+starlightretailceo@users.noreply.github.com>
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.

1 participant