Skip to content

docs: add cross-tool pitch GIF as README hero, update status to v0.1.4 #108

docs: add cross-tool pitch GIF as README hero, update status to v0.1.4

docs: add cross-tool pitch GIF as README hero, update status to v0.1.4 #108

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 7 * * 1"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
matrix:
include:
# GitHub Actions workflow security analysis. Active immediately.
- language: actions
build-mode: none
# Rust security scanning will be added via cargo-audit / cargo-deny
# in a separate workflow when Cargo.toml lands. CodeQL does not
# currently support Rust as a target language.
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"