Skip to content

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

Closed
wants to merge 3 commits into from
Closed

Create codeql.yml #3396

wants to merge 3 commits into from

Conversation

AndresMaqueo
Copy link

@AndresMaqueo AndresMaqueo commented Mar 8, 2025

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

  • Have you followed the contributing guidelines?
  • Have you explained what your changes do, and why they add value to the Guides?

Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.


AndresMaqueo and others added 2 commits March 8, 2025 14:30
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>
@Copilot Copilot AI review requested due to automatic review settings March 8, 2025 20:47
@AndresMaqueo AndresMaqueo requested a review from a team as a code owner March 8, 2025 20:47
Copy link
Contributor

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

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.

@ahpook
Copy link
Contributor

ahpook commented Mar 10, 2025

This is not needed for this repo, but thanks.

@ahpook ahpook closed this Mar 10, 2025
Copy link
Author

@AndresMaqueo AndresMaqueo left a 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

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.

2 participants