Skip to content

CodeQL Analyze

CodeQL Analyze #326

Workflow file for this run

name: CodeQL Analyze
on:
push:
branches: ["main"]
pull_request:
schedule:
- cron: "17 3 * * 2"
workflow_dispatch:
permissions:
contents: read
actions: read
security-events: write
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
# Limpiamos fallos por build: JS/TS y Python no requieren autobuild
languages: python,javascript-typescript
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3