-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Create codeql.yml #3396
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
Create codeql.yml #3396
Conversation
Implementación de CodeQL para análisis de seguridad y calidad de código" Descripción ampliada: Este commit agrega la configuración de CodeQL Advanced al repositorio, permitiendo el análisis de seguridad y calidad del código de manera automatizada en GitHub Actions. ✅ Escaneo automático en cada push y pull request a la rama main ✅ Programado para ejecutarse semanalmente (cron: '45 13 * * 0') ✅ Análisis en JavaScript, TypeScript y Ruby ✅ Configurado para identificar vulnerabilidades y errores de código antes de su fusión ✅ Optimización del flujo de trabajo para mejorar la seguridad del repositorio Signed-off-by: Andres Maqueo <193985782+AndresMaqueo@users.noreply.github.com>
Bumps the bundler group with 1 update: [uri](https://github.com/ruby/uri). Updates `uri` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: uri dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR adds a CodeQL Advanced workflow to automate security and quality code analysis using GitHub Actions.
- Adds a new GitHub Actions workflow file (.github/workflows/codeql.yml) for CodeQL analysis.
- Configures the workflow to run on push, pull request (to the main branch), and on a weekly schedule via cron.
- Supports analysis for JavaScript/TypeScript and Ruby projects.
Reviewed Changes
File | Description |
---|---|
.github/workflows/codeql.yml | Introduces the CodeQL workflow to automate security scanning tasks |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
This is not needed for this repo, but thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mejoras al flujo de trabajo y sus segurirdad
Implementación de CodeQL para análisis de seguridad y calidad de código"
Descripción ampliada:
Este commit agrega la configuración de CodeQL Advanced al repositorio, permitiendo el análisis de seguridad y calidad del código de manera automatizada en GitHub Actions.
✅ Escaneo automático en cada push y pull request a la rama main ✅ Programado para ejecutarse semanalmente (cron: '45 13 * * 0') ✅ Análisis en JavaScript, TypeScript y Ruby
✅ Configurado para identificar vulnerabilidades y errores de código antes de su fusión ✅ Optimización del flujo de trabajo para mejorar la seguridad del repositorio
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.