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

Mari-Create codeql.yml #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

marilene38
Copy link

This pull request introduces a new GitHub Actions workflow file, .github/workflows/codeql.yml, to set up CodeQL analysis for the repository. The workflow is designed to analyze the code for security vulnerabilities and quality issues using CodeQL.

Key changes include:

  • Added a new workflow named "CodeQL Advanced" that triggers on pushes to the main branch, pull requests to the main branch, and on a scheduled basis.
  • Configured the workflow to run the analysis on different languages using a matrix strategy, with specific configurations for JavaScript and TypeScript.
  • Included steps to checkout the repository, initialize CodeQL with the specified languages and build modes, and perform the CodeQL analysis.

These changes ensure that the repository's code is regularly scanned for potential security vulnerabilities and code quality issues using GitHub's CodeQL analysis.

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