Skip to content

chore(deps): bump uvicorn from 0.42.0 to 0.43.0 in /apps/orchestrator #155

chore(deps): bump uvicorn from 0.42.0 to 0.43.0 in /apps/orchestrator

chore(deps): bump uvicorn from 0.42.0 to 0.43.0 in /apps/orchestrator #155

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
clean: true
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
with:
languages: python,javascript
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc
- name: Analyze
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc