Skip to content

Http Error Hint Additions + Blob Test Fixes #594

Http Error Hint Additions + Blob Test Fixes

Http Error Hint Additions + Blob Test Fixes #594

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4