Skip to content

ci: migrate labeler to v6, add CodeQL and Gitleaks security workflows#17

Closed
MethodWhite wants to merge 2 commits into
mainfrom
ci/labeler-v6-migration
Closed

ci: migrate labeler to v6, add CodeQL and Gitleaks security workflows#17
MethodWhite wants to merge 2 commits into
mainfrom
ci/labeler-v6-migration

Conversation

@MethodWhite

Copy link
Copy Markdown
Owner

Cambios

Labeler v5 → v6

  • .github/labeler-config.yml: migrado de formato v5 (globs planos) a v6 (changed-files/any-glob-to-any-file)
  • .github/workflows/labeler.yml: actions/labeler@v5@v6
  • Temporalmente en pull_request (no pull_request_target) para evitar incompatibilidad durante la migración

Nuevos workflows de seguridad

  • CodeQL: análisis estático de seguridad para Python
  • Gitleaks: detección de secretos/credenciales en cada push y PR

Closes #13

- labeler-config.yml: migrate from v5 simple glob list to v6 changed-files/any-glob-to-any-file format
- labeler.yml: bump actions/labeler@v5→v6, switch to pull_request temporarily (v5→v6 incompatibility with pull_request_target)
- codeql.yml: new CodeQL analysis for Python security scanning
- secrets.yml: new Gitleaks secret/credential leak detection

TODO: After merge, revert labeler trigger back to pull_request_target
@github-actions github-actions Bot added the ci label Jul 10, 2026
@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants