Skip to content

chore: add CodeQL workflow and badge #3

chore: add CodeQL workflow and badge

chore: add CodeQL workflow and badge #3

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: actions
- uses: github/codeql-action/analyze@v3
with:
category: /language:actions