Skip to content

chore(deps): bump mako from 1.3.10 to 1.3.11 in /api #93

chore(deps): bump mako from 1.3.10 to 1.3.11 in /api

chore(deps): bump mako from 1.3.10 to 1.3.11 in /api #93

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
paths:
- 'api/**'
- 'content/**'
- 'scripts/**'
- '.github/workflows/**'
- '*.js'
- '*.ts'
- '*.py'
pull_request:
branches: [main]
paths:
- 'api/**'
- 'content/**'
- 'scripts/**'
- '.github/workflows/**'
- '*.js'
- '*.ts'
- '*.py'
schedule:
- cron: '0 6 * * 1' # Weekly on Monday at 06:00 UTC
permissions:
security-events: write
contents: read
actions: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: javascript-typescript
build-mode: none
- language: python
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"