Skip to content

chore(deps): bump pytest from 9.0.2 to 9.0.3 in /apps/api/requirements in the pip group across 1 directory #14304

chore(deps): bump pytest from 9.0.2 to 9.0.3 in /apps/api/requirements in the pip group across 1 directory

chore(deps): bump pytest from 9.0.2 to 9.0.3 in /apps/api/requirements in the pip group across 1 directory #14304

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
branches: ["preview", "canary", "master"]
pull_request:
branches: ["preview", "canary", "master"]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["python", "javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"