Skip to content

Add AgentGuard paper artifacts #88

Add AgentGuard paper artifacts

Add AgentGuard paper artifacts #88

Workflow file for this run

name: codeql
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "27 3 * * 1" # weekly, Monday 03:27 UTC
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Default-deny; the analyze job elevates to what CodeQL needs.
permissions:
contents: read
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v4
with:
languages: python
- uses: github/codeql-action/analyze@v4