Skip to content

Harden reader validation without slowing hot paths #100

Harden reader validation without slowing hot paths

Harden reader validation without slowing hot paths #100

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: "0 6 * * 1" # Weekly on Monday
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: rust
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4