Skip to content

chore(api-deps): bump fastapi from 0.123.8 to 0.136.3 in /src/ogx_api #1532

chore(api-deps): bump fastapi from 0.123.8 to 0.136.3 in /src/ogx_api

chore(api-deps): bump fastapi from 0.123.8 to 0.136.3 in /src/ogx_api #1532

Workflow file for this run

name: "CodeQL Workflow Security Scan"
on:
pull_request:
# PRs are checked for new issues
branches: [ "main" ]
paths:
- '.github/**'
- 'src/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'actions', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
# Initializes CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
with:
languages: ${{ matrix.language }}
# "security-extended" is recommended for higher severity coverage - not necessary can be removed to speed up
queries: security-extended
# Scans the code and uploads results to GitHub Security tab.
# The "Fail on High" logic is handled by Branch Protection Rules in Settings
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
with:
category: "/language:${{ matrix.language }}"